latestOpenAPI 3.0.02026-08-0819201.1 MB
411f9f98c01e
scheduled executions
Returns the result of the specified execution.
When execution is in progress and result is not ready yet, HTTP status code 409 is returned.
get/exec/result/{execution_id}
Path parameters
execution_idstring required
Execution identifier
Response
OK
Example response
{
"data": {
"id": "5b4f337bff4304610483ba67",
"links": {
"self": "/v2/exec/result/5b4f337bff4304610483ba67"
},
"attributes": {
"result": {
"error": {
"message": "Execution 5b4f337bff4304610483ba67.verifycredentials failed"
}
}
}
}
}