cURL
curl --request GET \ --url https://app.atla-ai.com/api/sdk/v1/traces \ --header 'Authorization: Bearer <token>'
{ "traces": [ { "id": "<string>", "environment": "PROD", "isSuccess": true, "isCompleted": true, "metadata": {}, "startedAt": "<string>", "endedAt": "<string>" } ], "total": 123, "page": 123, "pageSize": 123 }
Get traces
API key authentication using Bearer token
URL-encoded JSON array of metadata key-value pairs: [{"key":"version","value":"1"}]
x >= 1
1 <= x <= 1000
Successfully retrieved paginated list of traces
The response is of type object.
object