Job
Get Job
Retrieve a job by its ID
GET
/
jobs
/
{id}
Gets an existing job.
See the Job Guide to learn more.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredResponse
200 - application/json
id
string
requiredThe id of the job
user_id
string
requiredThe user id of the job
pipeline_id
string
requiredThe pipeline id of the job
target_schema_id
string
requiredThe target schema id of the job
source_schema_id
string | null
The source schema id of the job
created_at
string
requiredThe created at of the job