v1
ApiIntegration

Get syncs for integration

Fetch DAG runs (syncs) for a specific integration.

The integration must belong to the team associated with the API key.

get/v1/api/integrations/{integration_id}/syncs

Path parameters

string uuid required
OR
string required

Query parameters

limitinteger
offsetinteger
orderBy'created_at' | 'updated_at'
descboolean
status'STARTED' | 'SUCCESS' | 'FAILED'

Response

Success

limitinteger required

Page limit

offsetinteger required

Page offset

orderedBystring

Attribute that the items are ordered by

ascendingboolean required

Whether items are in ascending order

metadataobject nullable

Optional additional metadata

Changes