Get Config
GEThttps://cloud.agenta.ai/api/configs
Get Config
Request
Query Parameters
base_id Base Idrequired
config_name any
environment_name any
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
config_name Config Name (string)required
current_version Current Version (integer)required
parameters objectrequired
{
"config_name": "string",
"current_version": 0,
"parameters": {}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
detail
object[]
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://cloud.agenta.ai/api/configs' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear