List messages in an inbox thread
Inbox
List messages in an inbox thread
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Returns a paginated page of messages on the given thread, ordered by date ascending. Messages are polymorphic: channel: email carries recipient and subject metadata, channel: linkedIn carries only the shared base fields.
GET
List messages in an inbox thread
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Required range:
x >= 1Query Parameters
Maximum items to return. Defaults to the server-side default page size when omitted.
Required range:
1 <= x <= 1000Items to skip from the start of the result set.
Required range:
x >= 0