Infrastructure/Collects
POSTInfrastructureSince 1.0SynchronousAuth Required
TailQuery
TailQuery streams live log entries from VictoriaLogs tail.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
queryStringRequiredLog query expression to stream live entries from VictoriaLogs
Example: level=error AND service=payment
Responses
Endpoint
POST/api/v1/collects/query/tail
/api/v1/collects/query/tail
Request Example
curl -X POST '{host}/api/v1/collects/query/tail' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"query":"level=error AND service=payment"}'
Response Example
200{
"result": {},
"error": {}
}Change History
This API has no change history records yet.
