List messages
Retrieve a chronological list of messages exchanged between your OpenPhone number and specified participants, with support for filtering and pagination.
Query Parameters
The unique identifier of the OpenPhone number used to send or receive the messages. PhoneNumberID can be retrieved via the Get Phone Numbers endpoint.
The unique identifier of the user the message was sent from.
Array of phone numbers involved in the conversation, excluding your OpenPhone number, in E.164 format.
DEPRECATED, use "createdAfter" or "createdBefore" instead. "since" currently behaves as "createdBefore" and will be removed in an upcoming release.
Filter results to only include messages created after the specified date and time, in ISO_8601 format.
Filter results to only include messages created before the specified date and time, in ISO_8601 format.
Maximum number of results to return per page.
1 < x < 100
Was this page helpful?