company_signals-list
List company signal runs with optional filters for domain, company ID, completion date, status, and subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results per page | |
| domain | No | Filter signals by company domain (e.g., "acme.com") | |
| offset | No | Number of results to skip for pagination | |
| status | No | Filter by signal status (can be specified multiple times for multiple statuses) | |
| toDate | No | Filter signals completed on or before this date (RFC3339 format) | |
| fromDate | No | Filter signals completed on or after this date (RFC3339 format) | |
| companyId | No | Filter signals by company ID | |
| subscriptionId | No | Filter signals by subscription ID (UUID of the signal subscription that triggered execution) |