Autional Autional
API Reference GitHub autional.com →

GET /developer/logs

Query tenant logs by level, service, keyword, and time range (Elasticsearch proxy, automatically injects tenant isolation filter), supports pagination

Gateway - Developer Tools `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
level query string No Log level (DEBUG, INFO, WARN, ERROR)
service query string No Service name
keyword query string No Search keyword
start_time query string No Start time (RFC3339 format)
end_time query string No End time (RFC3339 format)
page query integer No 1 Page number
page_size query integer No 20 Items per page

Responses

StatusDescriptionSchema
200Log listobject
400Invalid request parametersobject
401Unauthenticatedobject
403Insufficient permissionsobject
500Internal server errorobject