Skip to main content
GET
/
job
/
info
/
{job_id}
{
  "message": "<string>",
  "job_info": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

Successful Response

Response model for GET /job/info/{job_id} endpoint.

message
string
required

Formatted TSV table with job details

job_info
object
required

Complete job information object

I