Skip to main content
GET
List queue and scheduled-message executions

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.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer | null
default:0
Required range: x >= 0
queue_id
string<uuid>
scheduled_message_id
string<uuid>
result
enum<string>
Available options:
success,
failed,
deferred

Response

Executions, newest first

data
object[]
required
pagination
object
required