---
title: "Get the status information of an operation"
method: GET
path: "/operations/{operation_id}"
tags: ["Operations"]
---

# Get the status information of an operation

`GET /operations/{operation_id}`

## Path parameters

- `operation_id` string, required

## Response `200`

The operation has successfully finished

- StatusResponseSchema200
  - `message` string, required
  - `status` number, required
  - `data` unknown

## Other responses

- `202` — The operation is still in progress
- `404` — The operation was not found
- `500` — The operation has failed

---

[API](https://skmtc.net/sevalla/apis/sevalla-api.md) · [All operations](https://skmtc.net/sevalla/apis/sevalla-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevalla/sevalla-api/revisions/ab648a80ca4d/schema)
