Get all tickets
Ticket
Get all tickets
Get all tickets in a project with support for filtering, sorting, and pagination.
Filtering:
- Filter by type:
type=BUGortype=BUG,FEATURE_REQUEST - Filter by status:
status=OPEN - Filter by priority:
priority=HIGHorpriority=HIGH,MEDIUM - Filter by archived state:
archived=falseorignoreArchived=true - Filter by spam:
isSpam=false
Sorting:
- Sort by creation date:
sort=-createdAt(newest first) orsort=createdAt(oldest first) - Sort by priority:
sort=priority(ascending: LOW, MEDIUM, HIGH) orsort=-priority(descending) - Sort by updated date:
sort=-updatedAt
Pagination:
- Limit results:
limit=20(default up to 1000) - Skip results:
skip=0(for pagination:skip=(page-1)*limit)
GET
Get all tickets
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.