---
title: "Gets the status of a create, update or delete catalog request."
method: GET
path: "/status/{token}"
tags: ["config"]
---

# Gets the status of a create, update or delete catalog request.

`GET /status/{token}`

Takes the randomly generated token that you receive when you submit a catalog for creation. You can use it to monitor the status of your request.

## Path parameters

- `token` string, required

## Query parameters

- `billingTag` string
- `flags` string

## Response `200`

Operation completed successfully (only catalog deletion or for all requests except catalog creation when flags=noRedirects)

- CatalogSuccessStatus — Describes the status of the successful catalog creation operation including its href.
  - `item` StatusLink — Describes the status and href of the create/update/delete resource such as a catalog.
    - `href` string — href of the created/update/delete catalog action
    - `configToken` string — token for getting the status of created/update/delete catalog action
    - `title` string — Title of the action
    - `type` string — Type of the href
  - `status` string — Status of the operation

## Other responses

- `201` — Operation completed successfully (only catalog creation when flags=noRedirects)
- `202` — Pending - the catalog operation associated with the provided token is still pending.
- `303` — Operation completed successfully (except catalog deletion)
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found - no action is associated with the provided token.
- `410` — Failed - retry after 60 seconds.

---

[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)
