Get GPT logsAsk AIget https://analyse.twin24.ai/api/v1/statistics/bot/gptRetrieve a list of GPT bot chat logs with details such as tokens, price, and timestamps.Query ParamsoffsetintegerStarting point to return records from a result set.limitintegerDefaults to 10Maxium number of returning records.fieldsstringComma-separated list of a record's fields to be fetched. Available fields: transactionDate, personalAccountId, companyId, companyName, amount, purpose, externalId, payerNameFromTransactionsortstringComma-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, model, provider, inputTokens, outputTokens, testMode, price, createdAt.fromstringThe start date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)tostringThe end date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)companyIdintegerThe ID of the company to filter logs by.withoutCountbooleanDefaults to falseExclude the count of total entries in the response.truefalsewithoutItemsbooleanDefaults to falseExclude the list of items in the response.truefalseResponse 200SuccessUpdated 6 months ago