Get messages by query with support for filtering, sorting, and pagination.
Filtering:
ticket=507f1f77bcf86cd799439011type=COMMENT or type=COMMENT,NOTEbot=true or bot=falsecreatedAt>=2024-01-01&createdAt<=2024-12-31Sorting:
sort=-createdAt (newest first) or sort=createdAt (oldest first)sort=-updatedAtPagination:
limit=50 (default up to 10000)skip=0 (for pagination: skip=(page-1)*limit)Translation:
language=es (language code for target language)Documentation Index
Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Ok