Compute Task API
Version: 0.0.2
Start a task synchronously
POST
/compute/orgs/{org_id}/{topic}/{task}-syncStarts a task within a specific topic for a designated organization. The task, topic, and organization ID are supplied as path parameters. A JSON request body, referencing the ExecuteTaskRequest schema and containing task-specific parameters, is required for this operation. Upon successful start, a 200 response is returned. The response body contains the results of the task.
Request
Responses
200
The response for a completed job, which includes the job's status and may also contain either results or an error object, depending on the status of the job.
Response schema
statusstring
All of:
JobStatusCompletedstring
resultsobject
additionalPropertiesstring
errorErrorResponse
Optional
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
linksobject
statusuri
401
Unauthorized
Response schema
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
404
The specified resource was not found
Response schema
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
422
Unauthorized
Response schema
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring