Jobs
Fetch jobs
Returns a list of job details for a specified tenant. Note that this endpoint does not return raw data fetched in jobs.
GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
Authorizations
x-api-key
string
headerrequiredPath Parameters
env_id
string
requiredID of environment
flow_id
string
requiredID of flow
tenant
string
requiredID of tenant
Query Parameters
count
integer
default: 5Number of jobs to return (sorted chronologically)
scheduled
boolean
Query for scheduled jobs only
job_type
enum<string>
For V2 flows, define whether you fetch "read" or "write" type jobs
Available options:
read
, write
page
integer
Pagination key used to fetch additional records. Defaults to page=1
Response
200 - application/json
job_id
string
env_id
string
job_name
string
tenant
string
started_by
string
flow
string
s3_root
string
start_time
string
state
object
tap
string
status
string
message
string
last_updated
string