List Conversations
Fetch a paginated list of conversations of OpenPhone conversations. Can be filtered by user and/or phone numbers. Defaults to all conversations in the OpenPhone organization. Results are returned in descending order based on the most recent conversation.
Query Parameters
DEPRECATED, use phoneNumbers
instead. If both phoneNumber
and phoneNumbers
are provided, phoneNumbers
will be used. Filters results to only include conversations with the specified OpenPhone phone number. Can be either your OpenPhone phone number ID or the full phone number in E.164 format.
"+15555555555"
Filters results to only include conversations with the specified OpenPhone phone numbers. Each item can be either an OpenPhone phone number ID or a full phone number in E.164 format.
A phone number in E.164 format, including the country code.
["+15555555555", "PN123abc"]
The unique identifier of the user the making the request. Used to filter results to only include the user's conversations.
"US123abc"
Filter results to only include conversations created after the specified date and time, in ISO_8601 format.
"2022-01-01T00:00:00Z"
Filter results to only include conversations created before the specified date and time, in ISO_8601 format.
"2022-01-01T00:00:00Z"
Exclude inactive conversations from the results.
true
Filter results to only include conversations updated after the specified date and time, in ISO_8601 format.
"2022-01-01T00:00:00Z"
Filter results to only include conversations updated before the specified date and time, in ISO_8601 format.
"2022-01-01T00:00:00Z"
Maximum number of results to return per page.
1 <= x <= 100
Was this page helpful?