Sync and Parse Status
Detailed integration status and progress info for running jobs.
Last updated
Was this helpful?
Detailed integration status and progress info for running jobs.
Last updated
Was this helpful?
GET
List Parse Job Status
api/v1/providers/datasources/{id}/parse_status
GET
List Sync Job Status
api/v1/providers/datasources/{id}/sync_status
Returns the most recent job type, state, status, and progress for a Veza datasource.
sync jobs are connections to the integration to extract identity and authorization metadata
parse jobs compile the extracted metadata into graph entities and relationships
Use to get overall integration state and a summary of last sync and parse time.
States can be:
PENDING
IN_PROGRESS
COMPLETED
Status can be:
OK
CANCELED
DEADLINE_EXCEEDED
NOT_FOUND
PERMISSION_DENIED
UNAUTHENTICATED
UNAVAILABLE
INTERNAL
FAILED_PRECONDITION
Data sources time out after a heartbeat hasn’t been received or changed in a period of time (typically 24 hours).
Parse jobs have the PARSE
type.
Sync jobs types can be:
DISCOVERY
EXTRACTION
The job_status
response will contain stats
with detailed timestamps and progress on the active step, including the current_count
of discovered or parsed objects. A total_count
is shown for completed steps.