Get a list of threads with the Flow REST API.

Details

This API call provides a way to load a list of threads. A thread represents a conversation and each request is limited to 20 entries. If you need to retrieve more entries we provide pagination using an optional page parameter.

GET rest/v1/threads?sync=true&page=1 HTTP/1.1
Host: api.flow.ai
Content-Type: application/json
Authorization: MY_MESSAGING_API_KEY
Language