GET
/
v1
/
catalog_fields
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/catalog_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "15ffa306-f2a5-4ef9-a169-128be87b3773",
    "type": "catalog_fields",
    "attributes": {
      "catalog_id": "6dbad93f-9c89-4ff8-b978-bb0780b17f60",
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "6dbad93f-9c89-4ff8-b978-bb0780b17f60",
      "multiple": false,
      "position": 1,
      "deleted_at": null,
      "updated_at": "2025-04-20T05:18:34.981-07:00",
      "created_at": "2025-04-20T05:18:34.981-07:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "6dbad93f-9c89-4ff8-b978-bb0780b17f60",
          "type": "catalogs"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: catalog

Available options:
catalog

Response

200
application/vnd.api+json
catalog_field found
data
object
required