cURL
curl --request GET \ --url https://v1.api.flux-os.com/messages \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": [ { "thread": "<unknown>", "from_user": "<unknown>", "message": "<string>", "id": "<string>", "reply_to": "<unknown>", "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 messages with pagination and filtering options.
Page number for pagination
x >= 1
A paginated list of messages.
Show child attributes