Skip to main content
GET
List a conversation route's threads

Authorizations

x-api-key
string
header
required

Path Parameters

route_name
string
required

Query Parameters

page
integer
default:1

1-based page number, newest activity first.

Required range: 1 <= x <= 1000000
pageSize
integer
default:50

Items per page. A larger value is capped to 200, never refused.

Required range: x >= 1
status
string

Keep only threads whose newest record's delivery_status is this one (validated against the delivery-status vocabulary; an unknown value is a 400).

address
string

Keep only threads whose id client-address suffix contains this substring.

Response

Success.

data
ThreadSummaryEnvelope · object
required

A page of thread summaries. next_page is null on the last page; truncated is true when a filtered scan spent its budget before the page filled.