cURL
curl --request GET \ --url https://v1.api.flux-os.com/threads \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": [ { "type": "<unknown>", "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "meta": { "current_page": 123, "total_pages": 123, "total_items": 123, "per_page": 123 } }
Retrieve a list of threads with pagination and filtering options.
Page number for pagination
x >= 1
A paginated list of threads.
Show child attributes