Ingest up to 100 execution traces in a single request
curl --request POST \
--url https://evalgate.com/api/collector/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"traces": [
{}
]
}
'{
"ingested": 123,
"failed": 123,
"errors": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://evalgate.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://evalgate.com/api/collector/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"traces": [
{}
]
}
'{
"ingested": 123,
"failed": 123,
"errors": [
{}
]
}