Create Job

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
inputanyRequired
Arbitrary execution payload.
kindstringRequired

Job kind. Examples: sandbox.exec, browser.action.

idempotency_keystring or nullOptional
Optional idempotency key.
run_atstring or nullOptional

Optional schedule time (RFC3339 string).

Response

Job created
created_atstring
idstring
inputany
kindstring
statusstring
updated_atstring
errorstring or null
idempotency_keystring or null
resultany or null
run_atstring or null

Errors