v1

latestOpenAPI 3.1.0Apache-2.02026-07-13153158.0 KB
jobs

Poll an async-invocation job

get/jobs/{id}

Path parameters

idstring uuid required

Response

Current job status

idstring uuid required

Server-assigned job identifier (UUIDv4).

function_idstring uuid required

Server-assigned function identifier (UUIDv4).

status'pending' | 'completed' | 'failed' required

Lifecycle state of an async invocation. pending jobs have no result yet; completed and failed jobs carry a result payload (the InvokeResult shape and the ApiErrorBody shape, respectively).

{"stackTrail":"components:schemas:JobRecord:properties:result","oasType":"schema","type":"unknown","description":"Present once `status` transitions out of `pending`. For\n`completed` jobs this is the InvokeResult JSON object;\nfor `failed` jobs it is the ApiErrorBody JSON object.\n"}
created_unix_msinteger required