get_in_progress_workflows_report
Retrieve a report of in-progress workflows filtered by properties, units, tenants, owners, or other entities. Use numeric IDs from directory reports to specify filters.
Instructions
Returns a report of in-progress workflows based on the provided filters. IMPORTANT: All ID parameters (owners_ids, properties_ids, units_ids, etc.) must be numeric strings (e.g. '123'), NOT names. Use directory reports first to lookup IDs by name if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachables | No | Filter results based on specific attached entities. All ID fields must be numeric strings, not names. | |
| property_visibility | No | Filter properties by status. Defaults to "active" | active |
| properties | No | Filter results based on properties, groups, or portfolios. All ID fields must be numeric strings, not names. | |
| process_template | No | Filter by specific process template name. Defaults to "All" | All |
| workflow_step | No | Filter by specific workflow step name. Defaults to "All" | All |
| assigned_user | No | Filter by assigned user ID or "All". Defaults to "All". NOTE: Expects numeric user IDs (e.g. "4"), not user names. There is no user directory report available to lookup IDs by name. | All |
| date_range_from | No | Start date for the due date range (YYYY-MM-DD) | |
| date_range_to | No | End date for the due date range (YYYY-MM-DD) | |
| columns | No | Array of specific columns to include in the report |