Skip to main content
GET
/
v3
/
catalog_resources
ListResources
curl --request GET \
  --url https://api.incident.io/v3/catalog_resources
{
  "resources": [
    {
      "category": "custom",
      "description": "Boolean true or false value",
      "label": "GitHub Repository",
      "type": "CatalogEntry[\"01GVGYJSD39FRKVDWACK9NDS4E\"]",
      "value_docstring": "Either the GraphQL node ID of the repository or a string of <owner>/<repo>, e.g. incident-io/website"
    }
  ]
}

Response

200 - application/json

OK response.

resources
object[]
required
Example:
[
{
"category": "custom",
"description": "Boolean true or false value",
"label": "GitHub Repository",
"type": "CatalogEntry[\"01GVGYJSD39FRKVDWACK9NDS4E\"]",
"value_docstring": "Either the GraphQL node ID of the repository or a string of <owner>/<repo>, e.g. incident-io/website"
}
]