Return messages matching the parameters
Returns a list of message objects along with a next_page_uri if applicable
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Return records that were created after this date. If created_to is not specified, only records within 7 days of this timestamp are returned. To retrieve data beyond that window, set created_to explicitly. Must be an ISO 8601 UTC timestamp ending with ‘Z’ (e.g., 2024-07-01T00:00:00Z); required for valid API requests.
Return records with a conversation_id that matches this id
Return records that were created earlier than this date. If not specified, this value defaults to 7 days after created_since. Must be an ISO 8601 UTC timestamp ending with ‘Z’ (e.g., 2024-07-01T00:00:00Z); required for valid API requests.