Return messages matching the parameters

GET

Returns a list of message objects along with a next_page_uri if applicable

Query parameters

created_sincedatetimeRequired

Return records that were created after this date

conversation_idstringOptional

Return records with a conversation_id that matches this id

page_sizeintegerOptional>=100<=10000

Number of records to return in response. The maximum and default is 10000, the minimum is 100.

created_todatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

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

itemslist of objectsOptional

Records returned from the query

metaobjectOptional