List Conversations
Messaging
List Conversations
Retrieve a paginated list of SMS conversations for the authenticated user, with filtering, sorting, and metadata.
GET
List Conversations
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
string
required
Your API key for authentication.
Query Parameters
number
The page number to retrieve. Defaults to
1.number
The number of conversations per page. Defaults to
25.string
Field to sort by. Allowed values:
created_at, updated_at, user_number, agent_number, is_active, message_count, curr_pathway_id, curr_pathway_version, timed_out_at. Defaults to created_at.string
Direction of sorting. Either
asc or desc. Defaults to desc.object[]
A JSON-encoded array of filter objects. Each object should contain:
field: one ofcreated_at,updated_at,user_number,agent_number,is_active,message_count,variables,current_node_id,curr_pathway_id,curr_pathway_version,timed_out_atoperator: one ofeq,contains,startsWith,endsWith,gt,gte,lt,ltevalue: the filter value
Response
array
A list of conversations matching the query.
string
Unique ID of the conversation.
string
ISO timestamp when the conversation was created.
string
ISO timestamp when the conversation was last updated.
string
The user-facing phone number in the conversation.
string
The assistant’s phone number in the conversation.
object
Arbitrary variables associated with the conversation.
string
ID of the current node in the conversational pathway.
string|null
The UUID of the current pathway being used in this conversation.
boolean
Indicates whether the conversation is still active.
number
Number of messages in the conversation.
string|null
The content of the most recent message, if available.
string|null
The timestamp of the most recent message.
array|null
Tags from pathway nodes visited during the conversation.
string|null
The resolved delivery channel:
"sms", "rcs", or "whatsapp".string|null
AI-generated conversation summary, if available.
object|null
Extracted citation variable values, if citation schemas were configured.
string|null
The first successful outcome result tag, if outcomes were configured.
null|array
null on success, or a list of errors on failure.number
Total number of conversations matching the query.
number
Total number of pages available.
number
The current page of the response.
number
Number of items per page in the current response.
Docs for agents: llms.txt