cURL
listEvents
Retrieves a list of Event you’ve previously created. The events are returned in sorted order, with the most recent appearing first.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://botpress-add-desk-to-botpress-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bot id
Integration id
Integration alias
Query Parameters
Provide the meta.nextToken value provided in the last API response to retrieve the next page of results
Filter by event type
Filter by conversation id
Filter by user id
Filter by message id
Filter by workflow id
Filter by status. Allowed values: pending, ignored, processed, failed.
Available options:
pending, ignored, processed, failed, scheduled Last modified on May 27, 2026