---
title: "Get operation status"
method: GET
path: "/dataset/{handle}/operation-status"
tags: ["data"]
---

# Get operation status

`GET /dataset/{handle}/operation-status`

Get information about the last operation.

## Path parameters

- `handle` string, required

## Response `200`

OK

- StatusOperationStatus
  - `Message` string
  - `Owner` string
  - `Status` 'Working' | 'Done' | 'Error'
  - `UpdatedAt` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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