aps_issues_list
List and search project issues with filters for status, assignee, type, date, or text. Returns compact summaries including ID, title, status, assignee, dates, and comment count.
Instructions
List and search issues in a project with optional filtering. Returns a compact summary per issue: id, displayId, title, status, assignee, dates, comment count. Supports filtering by status, assignee, type, date, search text, and more. This is much smaller than the raw API response.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID – accepts with or without 'b.' prefix. | |
| filter_status | No | Filter by status. Comma‑separated. Values: draft, open, pending, in_progress, in_review, completed, not_approved, in_dispute, closed. | |
| filter_assigned_to | No | Filter by assignee Autodesk ID. Comma‑separated for multiple. | |
| filter_issue_type_id | No | Filter by category (type) UUID. Comma‑separated for multiple. | |
| filter_issue_subtype_id | No | Filter by type (subtype) UUID. Comma‑separated for multiple. | |
| filter_due_date | No | Filter by due date (YYYY‑MM‑DD). Comma‑separated for range. | |
| filter_created_at | No | Filter by creation date (YYYY‑MM‑DD or YYYY‑MM‑DDThh:mm:ss.sz). | |
| filter_search | No | Search by title or display ID (e.g. '300' or 'wall crack'). | |
| filter_root_cause_id | No | Filter by root cause UUID. Comma‑separated for multiple. | |
| filter_location_id | No | Filter by LBS location UUID. Comma‑separated for multiple. | |
| limit | No | Max issues to return (1‑100). Default 100. | |
| offset | No | Pagination offset. Default 0. | |
| sort_by | No | Sort field(s). Comma‑separated. Prefix with '-' for descending. Values: createdAt, updatedAt, displayId, title, status, assignedTo, dueDate, startDate, closedAt. | |
| region | No | Data centre region. Defaults to US. |