latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

scheduled executions

Returns the state of the specified execution.

Once the execution is done, the endpoint responds with HTTP 303 and provides a resource for querying the result in the Location header.

get/exec/poll/{execution_id}

Path parameters

execution_idstring required

Execution identifier

Response

OK

metaobject required

Example response

{
  "data": {
    "id": "5b4f337bff4304610483ba67",
    "links": {
      "self": "/v2/exec/result/5b4f337bff4304610483ba67"
    },
    "attributes": {
      "status": "Pending request, waiting other process"
    }
  }
}