Skip to main content
GET
Get a scheduled message

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

Response

The scheduled message

id
string
required
status
enum<string>
required
Available options:
scheduled,
processing,
sent,
failed,
cancelled,
expired
template_id
string | null
required
template_version_id
string | null
required
queue_policy_id
string | null
required

Set on legacy policy-driven messages only

destination
object
required
data
object
required
schedule
object
required
recurrence
object | null
required
repeat_count
integer
required
delivery_conditions
object | null
required
max_delay_at
string | null
required
source
string
required
error_message
string | null
required
created_at
string
required
processed_at
string | null
required