Skip to main content
GET
List scheduled messages

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
status
enum<string>
Available options:
scheduled,
processing,
sent,
failed,
cancelled,
expired
template_id
string<uuid>

Response

Scheduled messages, soonest first

data
object[]
required
pagination
object
required