Skip to main content
Get connector sync status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

connector_id
string
required

Response

Sync status

status
string
last_sync
string<date-time>
Example:

"2024-01-15T10:30:00Z"

next_sync
string<date-time>
Example:

"2024-01-15T10:30:00Z"

Last modified on July 23, 2026