Skip to main content
GET
Get all sync logs

Authorizations

X-API-Key
string
header
required

API key for the Qontext API

Path Parameters

workspaceId
string
required

The unique identifier of the workspace the sync log belongs to.

Example:

"ws_123e4567-e89b-12d3-a456-426614174000"

Query Parameters

limit
number
default:20

How many results to return in this request

Required range: 5 <= x <= 100
cursor
string

Cursor returned by the previous paginated response

status
enum<string>[]

List of sync log statuses to filter by

Available options:
pending,
preparing,
data_fetching,
ingesting,
completed,
failed,
stopped,
skipped
Example:

Free-text search query applied to error message and type

Example:

"hubspot"

fromDate
string

Filter sync logs created on or after this date (ISO 8601 format)

Example:

"2025-01-01T00:00:00.000Z"

toDate
string

Filter sync logs created on or before this date (ISO 8601 format)

Example:

"2025-12-31T23:59:59.999Z"

pipelineIds
string[]

List of ingestion pipeline IDs to filter by. Use "manual" to include manual syncs (which have no pipeline).

Response

Sync logs successfully fetched

pagination
object
required
data
object[]
required