---
title: "Get status of asynchronous operations"
method: GET
path: "/projects/{project_id}/kubernetes/clusters/operations"
tags: ["Kubernetes Cluster Operations"]
---

# Get status of asynchronous operations

`GET /projects/{project_id}/kubernetes/clusters/operations`

This resource retrieves information about the status of an asynchronous operation initiated by
the Kubernetes Cluster resource. Only information about the operation specified in the path will be returned,
or an HTTP 403 will be returned if the operation does not exist, was not initiated by the logged
in user, or has expired.

## Path parameters

- `project_id` string, required

## Query parameters

- `resource_id` string
- `state` string[]

## Response `200`

- ListOperationsResponseV1
  - `items` Operation[], required
    - `completed_at` string, required
    - `metadata` string, required
    - `operation_id` string, required
    - `result` string
    - `started_at` string, required
    - `state` 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED', required

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

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