Export log lines
Use this method to export logs in JSON format from a logging instance.
Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This key is used for all apis with the exception of ingest. You can obtain it following
these instructions and placing
the key in the header of your call in the format of Authorization: Token {accesstoken}
For example:
curl -H 'Authorization: Token <ACCESS TOKEN>'Query Parameters
Start time (inclusive). Set as UNIX timestamp in seconds or milliseconds.
End time (inclusive). Set as UNIX timestamp in seconds or milliseconds.
Number of log lines to include in the export.
Comma-separated list of hosts.
Comma-separated list of applications.
Comma-separated list of log levels.
Search query.
Defines the log lines that you want to export. Valid values are head, first log lines, and tail, last log lines. If not specified, defaults to tail.
ID that indicates which page of results to be retrieved. Leave empty for the initial export request.
Response
OK