For the complete documentation index, see llms.txt
Skip to main content

Get latest sync status

GET 

/api/v2/projects/:slug/sync/

Inspect the most recent sync run for the project, including overall status, the URLs that were processed, and the event log for the run.

Use this to:

For lightweight polling, prefer GET /api/v2/projects/{slug}/ and read its last_sync summary instead. It returns the same status and timestamps without the full event log.

Returns 404 when the project has never been synced.

Required permission: sync_read

Request

Responses

Sync status retrieved successfully