Python
import requests url = "https://platform.ankra.app/api/v1/clusters/{cluster_id}/operations/{operation_id}" response = requests.get(url) print(response.json())
"<any>"
Successful Response
The response is of type any.
any