GET
/
api
/
v1
/
traces
/
{id}
cURL
curl --request GET \
  --url https://studio.premai.io/api/v1/traces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "input": "<string>",
  "output": "<string>",
  "modelId": "<string>",
  "projectId": null,
  "score": null,
  "feedback": null,
  "conversationId": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Get trace with feedback list

The response is of type object.