GET
/
api
/
trpc
/
traces.all
Get list of traces
curl --request GET \
  --url https://analytics.toolzz.ai/api/trpc/traces.all
{
  "data": [
    {
      "id": "<string>",
      "timestamp": "<string>",
      "name": "<string>",
      "input": null,
      "output": null,
      "sessionId": "<string>",
      "release": "<string>",
      "version": "<string>",
      "userId": "<string>",
      "metadata": null,
      "tags": [
        {}
      ],
      "public": true,
      "htmlPath": "<string>",
      "latency": 123,
      "totalCost": 123,
      "observations": [
        {
          "observationId": "<string>"
        }
      ],
      "scores": [
        {
          "scoreId": "<string>"
        }
      ]
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the create dataset response
data
array
required
List of trace records.
meta
object
required
Pagination metadata.

Code Response

Exemples of Response Code
200
Request Successful Response
400
Request Failure