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. Set as UNIX timestamp in seconds or milliseconds.
End time. 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.
Specifies the email with the downloadable link of your export. By default, the log lines are streamed.
Use to set the subject of the email. Use to represent a space. For example, a sample value is Export logs.
Response
OK