LynceaAPI

List logs (paginated + filterable)

GET
/api/v1/logs
AuthorizationBearer <token>

In: header

Query Parameters

projectIds?array<string>
severities?array<>
environments?array<>
services?array<string>
search?string
Lengthlength <= 200
phrase?string
Lengthlength <= 200
attributes?array<string>

Faceted attribute filter — accepts a flat array of key:value pairs (ADR 0019 §3). Multiple values for the same key OR (IN (…)) ; values across different keys AND. Wire shape examples : ?attributes=http.status_code:500,http.status_code:404,user.id:abc ?attributes=http.status_code:500&attributes=http.status_code:404

The cap of 20 pairs prevents an over-zealous frontend from emitting a WHERE clause with 200 sub-predicates. Each pair must match key:value once exactly — embedded colons in the value side are tolerated (Matches splits on the first : only).

from?string
to?string
limit?number
Range1 <= value <= 1000
cursor?string
Lengthlength <= 512

Response Body

application/json

curl -X GET "https://api.monitoring.crahe-arthur.com/api/v1/logs"
{}