v1

latestOpenAPI 3.0.22026-07-263555112.2 KB

get/execution/{execution_id}/status

Path parameters

execution_idstring required

The ID of the execution

Headers

X-API-KEYstring required
Content-Typestring required
Example:application/json

Response

OK

codeinteger
messagestring

Example response

{
  "code": 200,
  "data": [
    {
      "executionId": "4676570409dea44d1d9f8414508b7744",
      "status": "FINISHED",
      "progress": 100,
      "submittedAt": "2023-12-01T08:48:30.486Z",
      "expiresAt": "2023-12-01T09:18:31.030Z",
      "executionStartedAt": "2023-12-01T08:48:31.014Z",
      "executionEndedAt": "2023-12-01T08:48:31.030Z"
    }
  ],
  "message": "success"
}