Retrieves a specific Status by id
curl --request GET \
--url https://api.rootly.com/v1/statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "statuses",
"attributes": {
"name": "<string>",
"color": "<string>",
"enabled": true,
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "statuses",
"attributes": {
"name": "<string>",
"color": "<string>",
"enabled": true,
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>"
}
}
}