GET
/
execution
/
{execution_id}
/
status
curl --request GET \
  --url https://api.chainbase.com/api/v1/execution/{execution_id}/status \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>'
{
  "code": 200,
  "data": [
    {
      "executionId": "4676570409dea44d1d9f8414508b7744",
      "status": "FINISHED",
      "queryId": 0,
      "message": "",
      "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"
}

Headers

X-API-KEY
string
required
Content-Type
string
required

Path Parameters

execution_id
string
required

The ID of the execution

Response

200
application/json
OK
code
integer
data
object[]
message
string