import requests
url = "https://platform.ankra.app/org/service-admission/instances/{instance_id}"
headers = {"cookie": "ankra_session="}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {cookie: 'ankra_session='}};
fetch('https://platform.ankra.app/org/service-admission/instances/{instance_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://platform.ankra.app/org/service-admission/instances/{instance_id} \
--cookie ankra_session={
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"package_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cluster_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"admission_operation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"region": "<string>",
"data_boundary": "<string>",
"generation": 2,
"mode": "customer",
"requested_destinations": [
{
"application_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cluster_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"namespace": "<string>"
}
],
"deployment_operation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"deployment_state": "accepted",
"readiness": "unverified",
"created_at": "2023-11-07T05:31:56Z",
"released_at": "2023-11-07T05:31:56Z",
"evidence_updated_at": "2023-11-07T05:31:56Z"
}Get a managed service instance
Durable organisation inventory, independent of the confirming actor and review retention. Requires live applications.read and clusters.read on all requested destinations and the service cluster, intersected with live token scopes. Uses primary authority reads so replica lag cannot extend revoked access. Deleted or inaccessible resources are hidden. No credentials, grant IDs, private plans, operation payloads or raw failures are returned. Deployment state reports recorded operation progress only; evidence_updated_at makes its age explicit. Missing, malformed, foreign or later-generation evidence is unknown. Successful deployment remains verification_pending with readiness unverified; this endpoint does not observe a service-specific consumer canary.
import requests
url = "https://platform.ankra.app/org/service-admission/instances/{instance_id}"
headers = {"cookie": "ankra_session="}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {cookie: 'ankra_session='}};
fetch('https://platform.ankra.app/org/service-admission/instances/{instance_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://platform.ankra.app/org/service-admission/instances/{instance_id} \
--cookie ankra_session={
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"package_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cluster_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"admission_operation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"region": "<string>",
"data_boundary": "<string>",
"generation": 2,
"mode": "customer",
"requested_destinations": [
{
"application_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"cluster_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"namespace": "<string>"
}
],
"deployment_operation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"deployment_state": "accepted",
"readiness": "unverified",
"created_at": "2023-11-07T05:31:56Z",
"released_at": "2023-11-07T05:31:56Z",
"evidence_updated_at": "2023-11-07T05:31:56Z"
}Authorizations
Browser session. Mutations also require X-Ankra-CSRF.
Path Parameters
Response
Authorised durable installation metadata and scoped deployment evidence.
x >= 1customer, existing, hosted Requested destinations from the durable plan; not proof of a live service connection.
Show child attributes
Show child attributes
Present only when current execution evidence matches the stored receipt and organisation/cluster scope.
accepted, admission_failed, deploying, deployment_failed, verification_pending, unknown, released No service-specific consumer canary is attached by this endpoint. A successful deployment is not healthy-service evidence.
unverified