Retrieves a specific catalog by id
curl --request GET \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8da1dfb2-afe4-48c5-a508-30047ec3bb8d",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": null,
"updated_at": "2025-12-24T09:23:51.945-08:00",
"created_at": "2025-12-24T09:23:51.945-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8da1dfb2-afe4-48c5-a508-30047ec3bb8d",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": null,
"updated_at": "2025-12-24T09:23:51.945-08:00",
"created_at": "2025-12-24T09:23:51.945-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}