List Sync Jobs
List sync job history for a sync configuration.
Returns paginated job records ordered by most recent first. Each job includes status, file counts, timing, and error details. Use the optional status filter to find failed or running jobs.
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Namespace id (ns_...), not the namespace name. This scopes the request rather than authenticating it, and it is required on every operation marked x-mixpeek-namespace-scoped.
Query Parameters
1 <= x <= 10001 <= x <= 10000 <= x <= 10000x >= 1Body
Request to list sync job history for a sync configuration.
Filter jobs by status (running, completed, failed).
running, completed, failed, interrupted Response
Successful Response

