dispatch_project_statuses_list
Search project status definitions by ID, name, or created/modified ranges. Use returned status IDs to classify projects and discover related sub-statuses.
Instructions
Search one page of project-status definitions by IDs, name, or created and modified ranges. Use the returned status IDs to classify projects, and dispatch_project_sub_statuses_list to find their finer-grained sub-statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated status IDs (maximum 50) | |
| name | No | Filter by project status name | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, Order, ModifiedOn, CreatedOn | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return items created before this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||