Get AI service logs

Retrieve a list of AI service usage logs (LLM, TTS, STT) with details such as tokens, length, price, and timestamps.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Starting point to return records from a result set.

integer
Defaults to 10

Maxium number of returning records.

string

Comma-separated list of a record's fields to be fetched. Available fields: transactionDate, personalAccountId, companyId, companyName, amount, purpose, externalId, payerNameFromTransaction

string

Comma-separated list of fields to sort by. Each sort field can have special prefix indicating a desirable sort order: + (ascending order, default) or - (descending order). The available sort fields: dialogId, botId, service, provider, model, inputTokens, outputTokens, length, price, createdAt.

string
^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\+[0-9]{2}:[0-9]{2}$

The start date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string
^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\+[0-9]{2}:[0-9]{2}$

The end date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string
enum

Filter by service type (LLM, TTS, STT).

Allowed:
integer

The ID of the company to filter logs by.

boolean
Defaults to false

Exclude the count of total entries in the response.

boolean
Defaults to false

Exclude the list of items in the response.

string
enum

Determines the output format. CSV_EXCEL format includes UTF-8 BOM and semicolon delimiter for better Excel compatibility.

Allowed:
string

Base filename (without extension) to be downloaded.

boolean

Determines whether the zip archive should be returned.

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json