List Available Observation Item Statuses With Localized Labels
list_available_observation_item_statuses_with_localized_labelsFetch available observation item statuses with localized labels, optionally filtered by item ID for permitted transitions. Supports pagination.
Instructions
Returns a collection of available statuses. When id is provided, only statuses that the user has permission to set for that specific observation item are returned . When id is not provided, all available statuses are returned without permission filtering. Use this to enumerate Observations when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Observations. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/projects/{project_id}/observations/items/statuses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | No | Query string parameter — observation Item ID. When provided, returns only statuses the user can set for this specific observation item based on their permissions. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |