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