Skip to main content
GET
Get a job by ID

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the job to get

Example:

"47f85f19-60fc-4524-9c99-42a96c286d86"

Response

Job fetched successfully

id
string
required

The ID of the job

Example:

"47f85f19-60fc-4524-9c99-42a96c286d86"

status
string
required

The status of the job

Example:

"pending"

job_type
string

The type of the job

Example:

"fetch_content"

payload
object

The payload of the job

Example:
result
object

The result of the job

Example:
attempts
number

The number of attempts of the job

Example:

1

created_at
string<date-time>

The created at of the job

Example:

"2025-03-24T13:23:18.248Z"

updated_at
string<date-time>

The updated at of the job

Example:

"2025-03-24T13:23:18.248Z"