Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Response
Successful Response
The ID of the app that performed the request
The Auth0 ID of the user that performed the request
The response object
The timestamp of the request, in milliseconds
ID of the request
The rating given to this request. It can be good (True
), bad (False
) or none (None
== null
)
An optional text with accompanies the feedback's rating
Number of tokens the request used
Number of tokens the response used
Number of tokens of (request + response)
Cost (in $) of the prompt
Cost (in $) of the response
Cost (in $) of the (request + response)
Cost (in $) saved in the prompt costs comparison to the benchmark model
Cost (in $) saved in the completion costs comparison to the benchmark model
Cost (in $) saved in total, in comparison to the benchmark model
When a request requires multiple intermediate calls, they are stored as 'no costs incurred' -- that way we can store the costs, but don't charge the user
The name of the provider's model which was used to answer the request
The payload sent with the request
How much is logged? 1: everything, 2: mask request+response (but show log), 3: Not visible, not retrievable, no information stored.
1
, 2
, 3
The prompt in text format
The type of request (text completion or chat) the user sends and expects back
completions
, chat_completions
The response in text format
The status code of the request to the AI model
True if the request was performed from a sandbox app
When the request was performed
Time it took for the LLM to respond
Reference to the ID of the parent of this log. A log has a parent when it's a subrequest used to retrieve the final answer.
The parent of the Request, if any. Requests which are part of a series of sub-requests (like multiple LLM calls, or RAG) will have the final, resulting Log as parent.
The children of the Request. Will equal None unless you use eager loading in the query
The model this request used. Optional beause it's not always populated
The collections this request is associated with