ListLogsArchives
Retrieve and manage configured logs archives with their definitions to monitor and analyze data effectively. Supports JSON responses for success, forbidden, and rate limit scenarios.
Instructions
Get the list of configured logs archives with their definitions.
Responses:
200 (Success): OK
Content-Type:
application/jsonResponse Properties:
data: A list of archives.
Example:
{
"data": [
"unknown_type"
]
}
403: Forbidden
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}
429: Too many requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||