List All Jobs for a Pipeline

Retrieves a list of jobs executed for the specified pipeline_id. Each job includes its type, execution status, duration, object-level processing counts, and latency metrics. You can optionally filter the results by job status and job type.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

Unique identifier of the Pipeline.

Query Params
string

Value used to retrieve the next set of results. Provide the next_cursor value returned in the previous API response.

int32
1 to 500
Defaults to 100

Maximum number of results the API should return. If not set, the API returns 100 items.

status
array of strings

Filter jobs by status. You can provide multiple status values.

Show Details
COMPLETEDThe job finished successfully and all records were processed.
SKIPPEDJob was skipped.
CANCELLEDJob was cancelled before completion.
COMPLETED_WITH_FAILURESJob finished execution but some records or objects failed to process.
IN_PROGRESSJob is currently running.
DEFERREDJob execution was deferred and will run in the next scheduled execution.
DEFERRED_WITH_FAILURESJob execution was deferred after partial failures.
FAILEDJob failed due to an error.
CANCELLINGJob cancellation is currently in progress.
status
job_type
array of strings

Filter jobs by type. You can provide multiple job type values.

Show Details
INCREMENTALProcesses only new or updated records since the last job run.
RESYNCRe-ingests data for all active objects without dropping Destination tables.
RESYNC_WITH_DROP_AND_LOADRe-ingests data for all active objects by dropping and recreating Destination tables before loading fresh data.
HISTORICALRe-ingests historical data from the Source.
job_type
Allowed:
Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json