Show Checklist Signature Request
show_checklist_signature_requestRetrieves a specific checklist signature request with its full field set by providing project, list, and request IDs. Use this read-only operation to inspect signature request details.
Instructions
Retrieves Signature Request for a specified Checklist. Use this when you already know which checklist signature request you want and need its full field set. list_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the checklist signature request. 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: project_id, list_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/checklist/lists/{list_id}/signature_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — signature Request ID | |
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | Query string parameter — unique identifier for the project. |