Skip to main content
POST
Create Job

Authorizations

Authorization
string
header
required

An API key or OAuth2/OIDC access token sent as Authorization: Bearer <token>.

Body

application/json

Submit a user graph or a managed workflow through one jobs surface.

definition
ComputationGraphDefinition · object
required

A complete declarative computation graph.

Response

Successful Response

job_id
required

Server-assigned id of the submitted job

status
enum<string>
required
Available options:
pending,
running,
completed,
failed,
cancelled
message
string
required