Get Collection Metadata
Collections
Get Collection Metadata
Get runtime metadata for API execution
GET
Get Collection Metadata
Authentication
Supports both Firebase and API Key authentication.Path Parameters
Collection ID (UUID)
Example Request
Response
Returns runtime metadata needed for API execution.Collection ID
Collection name
Collection description
API base URL (from OpenAPI servers)
Authentication configuration
Example Response
Authentication Types
| Type | Description |
|---|---|
apiKey | API key in header or query |
bearer | Bearer token in Authorization header |
basic | Basic auth credentials |
none | No authentication |
Errors
| Status | Description |
|---|---|
| 401 | Invalid authentication |
| 403 | No access to this collection |
| 404 | Collection not found |

