Return messages matching the parameters
Returns a list of message
objects along with a next_page_uri
if applicable
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
created_since
Return records that were created after this date
conversation_id
Return records with a conversation_id
that matches this id
page_size
Number of records to return in response. The maximum and default is 10000, the minimum is 100.
created_to
Return records that were created earlier than this date. If not specified, this value defaults to 7 days after created_since
.
Response
Ada successfully processed the request
items
Records returned from the query
meta