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