Skip to main content
GET
Returns the active job while a run is in progress, and the most recent job afterwards. job is null for a source that has never been synced. That is a normal response, not an error. Returns 404 both for a source ID that does not exist and for a source in another organization. A malformed ID also returns 404. Any role in the organization can read a source’s job.
string
required
Source ID (a UUID).

Response

object | null
required
The source’s current or most recent job, or null.
Last modified on September 26, 2026