GET
/
configurations

Authorizations

Authorization
string
header
required

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
An array of configurations
project
string
required

ID of the project to which this configuration belongs

name
string
required

Name of the configuration

provider
string
required

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

parameters
object
required
_id
string

ID of the configuration

env
enum<string>[]

List of environments where the configuration is active

Available options:
dev,
staging,
prod
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