---
title: "Get Operation Status"
method: GET
path: "/v1/ControlPlane/Operations/{operationId}"
tags: ["Operations"]
---

# Get Operation Status

`GET /v1/ControlPlane/Operations/{operationId}`

Retrieve the status and result of an asynchronous operation.

## Response `200`

Operation status retrieved successfully.

- OperationStatus
  - `operationId` string, required — The unique identifier for this operation.
  - `status` 'PENDING' | 'RUNNING' | 'CANCELLED' | 'COMPLETED' | 'FAILED', required — The current status of the operation.
  - `createdAt` string, date-time, required — When the operation was created.
  - `statusUrl` string, uri — URI to check operation status.
  - `completedAt` string, date-time — When the operation completed or failed.
  - `result` OperationResult
    - `type` 'RESOURCE_ID', required
    - `id` string, required — The identifier of the created or affected resource.
  - `error` object
    - `type` string, uri — A URI reference identifying the problem type.
    - `title` string — A short, human-readable summary of the problem type.
    - `code` integer — The numeric Twilio error code.
    - `detail` string — A human-readable explanation specific to this occurrence of the problem.
  - `resultUrl` string, uri — URL to fetch the resulting resource.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — This error indicates that you have sent too many requests to the API. You should retry according to the `Retry-After` response header.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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