latestSwagger 2.02026-08-102194011.3 MB
602fc25ddd76
Catalog V2
ListResources Catalog V2
List available engine resources for the catalog.
A resource represents a type of data that can be held within the catalog, so this endpoint can be used to see what attribute types can be used when updating the schema of a catalog type.
get/v2/catalog_resources
Response
OK response.
Example response
{
"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"
}
]
}