search_incidents
Find data incidents by filtering on status, text search, and user, with sortable pagination.
Instructions
Search incidents
Sort is done by createdAt by default. By default sort is descending. But you can change it using sort=asc.
You can filter by status, user and text search.
Status can be OPEN, IN_PROGRESS, CLOSED.
Text search is a string.
Pages start at 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| sort | No | desc | |
| status | Yes | ||
| text_search | Yes | ||
| items_per_page | Yes |