GET
/
configurations

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project
string
required

Project 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
required

ID of the project to which this configuration belongs

name
string
required

Name of the configuration

env
enum<string>[]

List of environments where the configuration is active

Available options:
dev,
staging,
prod
provider
string
required

Name of the provider - "openai", "anthropic", etc.

parameters
object
required
type
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