Skip to main content
GET
Get the built job

Authorizations

Authorization
string
header
required

Path Parameters

jobId
string
required

Response

Successful response

job after buildtime evaluation. Field enabled is already evaluated.

client_id
string
required
read-only

Id of the client that owns this job.

component_ids
string[]
required
read-only

Ids of the campaign components referenced by this job, resolved at build time.

Ids of the campaign components referenced by this job, resolved at build time.

created_date
string
required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$
Example:

"2025-10-24T02:00:00-07:00"

enabled
boolean
required
read-only

Resolved enabled state of the job, computed at build time.

id
string
required
read-only

Unique id of the job.

name
string
required
read-only

Name of the job.

tasks
object[]
required
read-only

Built tasks belonging to this job.

Built tasks belonging to this job.

triggers
object[]
required
read-only

Built triggers belonging to this job.

Built triggers belonging to this job.

updated_date
string
required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$
Example:

"2025-10-24T02:00:00-07:00"