Get a list of messages with the Flow REST API.

Details

We provide a way to request the messaging history of a specific threadId. Each request is limited to 20 entries and supports pagination to retrieve more entries by specifying a page parameter.

GET rest/v1/messages/EXAMPLE-853a-448f-9f91-ef397588ff87?sync=true&page=3&events=true HTTP/1.1
Host: api.flow.ai
Content-Type: application/json
Authorization: MY_MESSAGING_API_KEY
Language