Get Company-Level Context By ID
get_company_level_context_by_idRetrieve a specific company-level context by ID to get its complete field set. Use after resolving the ID with the list tool; read-only operation.
Instructions
Retrieve a specific company-level context by its internal ID. Use this when you already know which company-level context you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and context_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the company-level context. 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, context_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: GET /rest/v2.0/companies/{company_id}/contexts/{context_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier of the company | |
| context_id | Yes | URL path parameter — unique identifier of the context |