GET
/
api
/
v1
/
clusters
/
{cluster_id}
/
operations
/
{operation_id}
Get Operation Endpoint
import requests

url = "https://platform.ankra.app/api/v1/clusters/{cluster_id}/operations/{operation_id}"

response = requests.get(url)

print(response.json())
"<any>"

Headers

authorization
string | null

Path Parameters

operation_id
string<uuid4>
required

Response

200
application/json

Successful Response

The response is of type any.