Currently, this endpoint only supports schema refresh jobs. Job IDs from other job types will return an error.
Retrieves the current status of an asynchronous job. The user authenticating the request must have read permissions on the connection.
This endpoint is used to check the status of jobs initiated by other API calls, such as schema refreshes. Poll this endpoint to determine when the job has completed.
| Status | Description |
|---|---|
RUNNING | Job is currently executing |
COMPLETED | Job finished successfully |
FAILED | Job failed |
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The job ID returned from an asynchronous operation such as Refresh schema