Skip to main content
GET
/
api
/
traces
List trace roots
curl --request GET \
  --url https://archal.ai/api/traces \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:20
Required range: x >= 1
since
string<date-time>
sessionId
string
scenario
string
includeStats
boolean

Response

Trace root list, optionally with aggregate stats.

The response is of type object.