Endpoints
Stream endpoint logs via SSE (structured) [READ]
get/v3/endpoint/{namespace}/{name}/logs/sse
Path parameters
namespacestring required
User or organization name
namestring required
Endpoint name
Query parameters
replicastring
Replica ID
levelstring
Filter by log level
searchstring
Case-insensitive substring search on log line
sincestring
Stream entries logged at/after this timestamp (RFC 3339)
afterstring
Opaque pagination cursor (from Link header rel=next_sse)
tailinteger
Number of recent lines for initial backfill
line_max_lengthinteger
Max line length
Response
SSE stream of log entries, one per data: frame
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
added the media type
text/event-streamfor the response with the statusresponse-media-type-added
- ○