List Recycled Links
list_recycled_linksRetrieve a paginated list of all Project Home Links in the recycle bin for a specific project. Use to find IDs or filter by query parameters.
Instructions
Returns a list of all Project Home Links in the recycle bin for a specific project. Note: Requires either Company Admin or Project Home Admin permission. Use this to enumerate Project-Level Configuration records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Project-Level Configuration records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Company Admin > Project-Level Configuration. Endpoint: GET /rest/v1.0/links/recycle_bin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |