Resources
Tags: configuration, resources
Endpoints
GET /registry- RegistryGET /{slug}- Get Slug
Registry
GET /api/v2/resources/registry
Description:
Resource metadata and definitions
Get the full resource registry with all metadata.
Returns all resource definitions including:
- Display labels for UI
- Unit names (singular and plural)
- Descriptions
- Required feature flag (if any)
- Scope (workspace, org, or any)
This endpoint is public (no auth required) as it returns static configuration.
Authentication: Public endpoint (no authentication required)
Response: See ResourcesRegistryResponse
Get Slug
GET /api/v2/resources/{slug}
Description:
Resource metadata and definitions
Get a specific resource definition by slug.
Authentication: Public endpoint (no authentication required)
Parameters:
slug(String)
Response: See ResourceMetadataResponse