List Lien Waivers
list_lien_waiversRetrieve lien waivers for a specific invoice in a Procore project. Use pagination to browse waivers or filter by parameters to find IDs.
Instructions
List Lien Waivers. Use this to enumerate Invoices when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Invoices. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, invoice_id. Procore API: Construction Financials > Invoices. Endpoint: GET /rest/v1.0/projects/{project_id}/lien_waivers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| invoice_id | Yes | Query string parameter — unique identifier of the invoice to retrieve lien waivers for | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |