Show Checklist Signature Request
show_checklist_signature_requestRetrieve full details of a specific signature request for a checklist in a Procore project.
Instructions
Retrieves Signature Request for a specified Checklist. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. 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 |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| id | Yes | URL path parameter — signature Request ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |