---
title: "Retrieve information about a specific AutoCluster operation."
method: GET
path: "/projects/{project_id}/kubernetes/autocluster-operations/{operation_id}"
tags: ["AutoCluster Operations"]
---

# Retrieve information about a specific AutoCluster operation.

`GET /projects/{project_id}/kubernetes/autocluster-operations/{operation_id}`

## Path parameters

- `project_id` string, required
- `operation_id` string, required

## Response `200`

- Operation — Individual resources that use Operations should populate the `metadata` field with resource-specific information.
  - `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

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `404` — Error Not Found
- `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)
