---
title: "Gets catalog status information"
method: GET
path: "/catalogs/{catalogHrn}/status"
tags: ["config"]
---

# Gets catalog status information

`GET /catalogs/{catalogHrn}/status`

Query status, time of disablement or enablement by catalog and who changed the status from enabled to disabled and vice versa.

## Path parameters

- `catalogHrn` string, required

## Response `200`

OK

- CatalogStatusResult
  - `disabled` boolean — Disabled status for catalog. If set to true, then no data reads and writes can be performed against the catalog while disabled. To re-enable, set to false.
  - `updated` string — Timestamp, in ISO 8601 format, when the catalog status was last updated.
  - `id` string — The unique ID of the user or application that disabled/re-enabled the catalog.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - A catalog with the specified HRN doesn't exist or access to this catalog is forbidden
- `404` — Not Found - A catalog with the specified HRN doesn't exist.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
