Skip to main content
POST
Get Drivers

Authorizations

Authorization
string
header
required

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

Path Parameters

model_id
string<uuid>
required

Body

application/json
dataframe
WorkspaceQuery · object
required

Inline dataset spec; rows are materialized inside the worker.

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