Skip to main content
GET
List a queue's events

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard. The LithoBlocks MCP server also presents a Supabase-issued user session token here on the user's behalf; such a token acts as that user with the scopes their organization role allows.

Path Parameters

id
string<uuid>
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer | null
default:0
Required range: x >= 0
status
enum<string>
Available options:
pending,
aggregated,
expired,
dropped
batch_id
string<uuid>

Response

Events, newest first

data
object[]
required
pagination
object
required