Skip to main content
GET
List emitted events

Authorizations

X-Auth-Token
string
header
required

Project API key for sending traces and accessing project-scoped resources. Format: sk-lw-... (no underscore). Obtain one by creating a project via the Admin API or the LangWatch UI.

Query Parameters

type
string
Required string length: 1 - 200
from
integer
to
integer
cursor
string
Maximum string length: 500
limit
integer
default:50
Required range: x <= 200

Response

One page of emitted-event envelopes, newest first

data
object[]
required
next_cursor
string | null
required

Pass back as cursor for the next page. Null means the walk is exhausted; a full page does NOT mean there is more.