ListWorkOrdersRequest
| Field | Type |
|---|---|
status | string |
page_size | int32 |
portfolio_id | optional string |
Required scope: work_order:read
Results are workspace- and authorization-scoped. pageSize defaults to 100 and
is capped at 100. Filter by a status string or one portfolio when needed.
POST /public-api/publicapi.v1.WorkOrder/ListWorkOrders Lists at most page_size work orders visible to the API key actor. page_size defaults to 100 and may be filtered by status or portfolio.
| Field | Type |
|---|---|
status | string |
page_size | int32 |
portfolio_id | optional string |
| Field | Type |
|---|---|
work_orders | repeated WorkOrder |
{ "status": "open", "pageSize": 50, "portfolioId": "<portfolio-id>"}