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" }
"application/json"
The ID of the execution
The response is of type object.
object