---
title: "Get deprecation readiness report"
method: GET
path: "/admin/usage/artifacts/{groupId}/{artifactId}/versions/{version}/deprecation-readiness"
tags: ["Admin"]
---

# Get deprecation readiness report

`GET /admin/usage/artifacts/{groupId}/{artifactId}/versions/{version}/deprecation-readiness`

## Path parameters

- `groupId` string, required
- `artifactId` string, required
- `version` string, required

## Response `200`

The deprecation readiness report.

- DeprecationReadiness
  - `groupId` string, required
  - `artifactId` string, required
  - `version` string, required
  - `globalId` integer
  - `activeConsumers` object[]
    - `clientId` string
    - `lastFetched` integer
    - `fetchCount` integer
  - `safeToDeprecate` boolean, required

## Other responses

- `409` — Common response used when an input conflicts with existing data.
- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
