List Asset Statuses
list_asset_statuses_companyRetrieve a list of asset statuses for a company, returning full field sets. Use when you need a specific asset status's complete data. Provide the company ID to fetch the statuses.
Instructions
Returns a list of Asset Statuses for a given company. Use this when you already know which asset status you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the asset status. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API (v2.0): Core > Assets. Endpoint: GET /rest/v2.0/companies/{company_id}/assets/asset_status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Query string parameter — sorting criteria in minus-based order format. Default sort order is ascending. Multiple sort criteria can be provided in CSV format, for example: sort=status_name,-created_at. Default sorting is by... | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| Accept-Language | No | JSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo) | |
| status_group_id | No | Query string parameter — get statuses from given status group |