---
title: "Get Catalog Name and Update Dates"
method: GET
path: "/catalog/attributes"
tags: ["CRS catalog"]
---

# Get Catalog Name and Update Dates

`GET /catalog/attributes`

Get the catalog name and last update date

## Headers

- `data-partition-id` string, required

## Response `200`

A successful response

- CatalogAttributes — The name and last modification time of the catalog.
  - `description` string
  - `lastModified` string — The last modification date and time (UTC) of this catalog.
  - `name` string — Name of the catalog

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/slb/apis/crs-catalog-service-api.md) · [All operations](https://skmtc.net/slb/apis/crs-catalog-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slb/crs-catalog-service-api/revisions/72df7eed91b2/schema)
