Get WABA Chat History
Get the filtered chat history (messages only) of a WABA chat.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
an id of the chat as appears in TimelinesAI (can be found in the URL of the chat page, or in the payload of outbound webhook). Supports sending messages to a group.
Query Parameters
specify true to filter messages sent from the WABA account, false to filter messages received from the contact.
can specify date or datetime in ISO format to filter out messages created AFTER the specified date (inclusive)
can specify date or datetime in ISO format to filter out messages created BEFORE the specified date (inclusive)
can specify message uid to filter out messages created after the specified message (excluding the specified message itself)
can specify message uid to filter out messages created before the specified message (excluding the specified message itself)
order messages by timestamp, according to possible values: asc, desc
asc, desc specify the page of results, starting with 1. Check "has more page" response value to see if more pages are available.
override the default page size (50).

