company_signals-subscription_logs
List company signal executions produced by a specific signal subscription, with filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results per page | |
| domain | No | Filter signals by company domain | |
| offset | No | Number of results to skip for pagination | |
| status | No | Filter by signal status (can be specified multiple times) | |
| 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 | Yes | The UUID of the signal subscription |