cURL
curl --request GET \ --url http://localhost:3301/api/v1/agent-configurations \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "variant": "<string>", "version": 123, "variant_version": 123, "schema_version": 123, "schema": {}, "value": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "trail": "<string>" }
List all config versions. Optionally filter by agent_id or variant.
API key authentication
Filter by agent ID
Filter by variant name
Maximum items to return (default: 50, max: 100)
Pagination trail from previous response
Default Response
Show child attributes
Pagination trail for next page