---
title: "GET /execution/{execution_id}/status"
method: GET
path: "/execution/{execution_id}/status"
---

# GET /execution/{execution_id}/status

`GET /execution/{execution_id}/status`

## Path parameters

- `execution_id` string, required

## Headers

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

## Response `200`

OK

- object
  - `code` integer
  - `data` object[]
    - `executionId` string
    - `status` string
    - `queryId` integer
    - `message` string
    - `progress` integer
    - `submittedAt` string, date-time
    - `expiresAt` string, date-time
    - `executionStartedAt` string, date-time
    - `executionEndedAt` string, date-time
  - `message` string

## Other responses

- `400` — Not Found

---

[API](https://skmtc.net/chainbase/apis/data-cloud-task-api.md) · [All operations](https://skmtc.net/chainbase/apis/data-cloud-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chainbase/data-cloud-task-api/versions/4013781aa422/schema)
