v2
latestOpenAPI 3.1.02026-07-31822441.6 KBAdvanced Job Query
Lists jobs across the environment
get/{env_id}/jobs
Path parameters
env_idstring required
Your environment, e.g. dev.hotglue.testcompany.com
Query parameters
countinteger
The number of jobs to return, from 1-100.
pageinteger
Used to paginate the list of jobs
status'JOB_CREATED' | 'DISCOVER_STARTED' | 'DISCOVER_FAILED' | 'SYNC_STARTED' | 'SYNC_FAILED' | 'SYNC_SUCCESS' | 'ETL_STARTED' | 'ETL_FAILED' | 'ETL_SUCCESS' | 'EXPORT_STARTED' | 'EXPORT_FAILED' | 'JOB_COMPLETED'
A valid job status to filter on. Can also support multiple comma-separated statuses.
tapsstring
One or more taps to filter on. Multiple taps must be comma-separated.
targetsstring
One or more targets to filter on. Multiple targets must be comma-separated.
fromstring date
A date range to start the query from. Format: YYYY-MM-DD
tostring date
A date range to end the query with. Format: YYYY-MM-DD
tenantstring
Filter jobs to a specific tenant.
include_export_detailsboolean
If false, omits export details from each job in the response.
sync_type'incremental_sync' | 'auto_sync' | 'full_sync' | 'real_time_sync'
Filter jobs by sync type.
ignore_empty_jobsboolean
If true, excludes jobs that processed no records.
Response
200
object required