GET
/
{workspaceId}
/
projects
/
{projectName}
/
jobs
/
{jobId}

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

jobId
string
required

Your job ID. It is the ID of the job you provide when creating it.

Response

200 - application/json
authSession
object

Auth session configurations

id
string
required

The ID of the job. Has to be a valid URL slug.

payload
object[]
required

A list of the initial payloads of the job.

schedule
object

Schedule configurations for the job. If set, the job will periodically run according to this configuration. The configurations are used to calculate the closest next run time.

sink
object | null

A sink to send the results to. Can be a webhook or Amazon S3 bucket.

configuration
object
required

The configuration of the job. Configures the retry policy and maximum concurrent requests.

created_at
string

The timestamp of when the job was created.

last_run_time
string | null
required

The timestamp of the last time the job ran. null if the job has not run yet.

next_run_time
string | null
required

The timestamp of the next scheduled job run. null if the job does not have a schedule.

projectId
string
required

The project ID of the job

state
object
required