List Project Metadata Values
list_project_metadata_valuesList metadata values for a specified field in a Procore project. Use when you need the full field set for a known project metadata value.
Instructions
Returns a list of Metadata Values for the specified field. Use this when you already know which project metadata value you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and field_id_or_name must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the project metadata value. 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, project_id, field_id_or_name. Procore API (v2.0): Project Management > Document Management. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/document_management/fields/{field_id_or_name}/values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| locale | No | Query string parameter — language for the response to be translated into | |
| keyword | No | Query string parameter — returns metadata values that are matched with the given keyword | |
| sort_by | No | Query string parameter — sort by field values | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| sort_order | No | Query string parameter — sort order for the sort_by field values | |
| include_all | No | Query string parameter — include all metadata values | |
| field_id_or_name | Yes | URL path parameter — the field id or name for this Document Management operation | |
| include_inactive | No | Query string parameter — include inactive metadata values | |
| include_readonly | No | Query string parameter — include read-only metadata values | |
| upload_collection_id | No | Query string parameter — only return metadata values that are included in the filters of the given upload collection | |
| document_collection_id | No | Query string parameter — only return metadata values that are included in the filters of the given document collection |