GET
/
v1
/
catalog_fields
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/catalog_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "858731c1-0336-4f6d-9754-2476a6e6ba53",
    "type": "catalog_fields",
    "attributes": {
      "catalog_id": "157575f2-93f5-49cb-a267-c6841d864758",
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "157575f2-93f5-49cb-a267-c6841d864758",
      "multiple": false,
      "position": 1,
      "deleted_at": null,
      "updated_at": "2025-03-28T22:58:32.496-07:00",
      "created_at": "2025-03-28T22:58:32.496-07:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "157575f2-93f5-49cb-a267-c6841d864758",
          "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