List signals
list_signalsRetrieve a project's signals sorted newest first, applying filters by source, exact type, and ISO-8601 happened-at date range, with cursor pagination for large result sets.
Instructions
List signals for a project, newest first. Filter by source (including system sources such as rank_tracker or search_analytics), exact type, and a happened-at date range via from/to ISO-8601 date-times, with cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only signals that happened at or before this ISO-8601 date-time. | |
| from | No | Only signals that happened at or after this ISO-8601 date-time. | |
| type | No | Exact signal type filter such as "deploy.completed". | |
| limit | No | ||
| cursor | No | ||
| source | No | System or workflow that produced the signal. | |
| project_id | Yes | Identifier of the bisibility project to operate on; list_projects returns valid project ids. |