tickets
Search and retrieve security incident tickets from the Axur platform. List, get, bulk fetch, view history, or list supported ticket types.
Instructions
Search, retrieve, and inspect Axur platform tickets. Actions: list (filter/search tickets), get (single ticket), bulk_get (multiple tickets by keys), history (ticket change history), types (list supported ticket types).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| order | No | Sort order | |
| action | Yes | Action to perform: list (search/filter tickets), get (single ticket by key), bulk_get (multiple tickets by keys), history (ticket history), types (supported ticket types) | |
| filter | No | Query filter for list action. Example: 'current.type=phishing¤t.status=open¤t.open.date=ge2024-01-01' | |
| sortBy | No | Sort field. Example: 'ticket.creation.date' | |
| include | No | Fields to include for list/get: 'fields,snapshots,texts,attachments'. Default is all. | |
| pageSize | No | Page size (default 50) | |
| timezone | No | UTC offset. Example: '-03:00' or 'Z' | |
| ticketKey | No | Ticket key (required for get, history) | |
| ticketKeys | No | Comma-separated ticket keys (required for bulk_get) |