List Workflow Permanent Logs
list_workflow_permanent_logs_companyRetrieve a paginated list of workflow permanent logs filtered by workflowed object type and ID for a company.
Instructions
Return a list of workflow permanent logs. Any resource using workflow should have log of activities and events related to the workflow. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this to enumerate Workflows when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Workflows. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, filters[workflowed_object_type], filters[workflowed_object_id]. Procore API: Core > Workflows. Endpoint: GET /rest/v1.0/companies/{company_id}/workflow_permanent_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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) | |
| filters__workflowed_object_type | Yes | Query string parameter — filter log(s) with matching workflowed object type | |
| filters__workflowed_object_id | Yes | Query string parameter — filter log(s) with matching workflowed object id |