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 }
Use this endpoint to get a trace by its ID.
Get trace with feedback list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get trace with feedback list
The response is of type object.
object
Was this page helpful?