Configurations
Retrieve a list of configurations
GET
/
configurations
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Project name for configuration like Example Project
Environment - "dev", "staging" or "prod"
Available options:
dev
, staging
, prod
The name of the configuration like v0
Response
200 - application/json
ID of the configuration
ID of the project to which this configuration belongs
Name of the configuration
List of environments where the configuration is active
Available options:
dev
, staging
, prod
Name of the provider - "openai", "anthropic", etc.
Type of the configuration - "LLM" or "pipeline" - "LLM" by default
Available options:
LLM
, pipeline
Details of user who created the configuration