Exchange List Signals — Domain-Published Work Signals
exchange_list_signalsList domain-published Exchange Signals (problems, requests, challenges, bounties, verification tasks, discoveries, experiments). Read-only. Returns canonical URLs, signal revision, revision hash, and status. Signal status is DISTINCT from exchange status — a signal does not create a Commitment or authorize execution. Supports the same filters and pagination as the HTTP API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by signal type. | |
| label | No | Filter by label. | |
| limit | No | Maximum signals to return (1-100, default 50). | |
| cursor | No | Pagination cursor from a previous response. | |
| domain | No | Filter by publisher domain. | |
| status | No | Filter by signal status. | |
| expires_before | No | ISO 8601 timestamp — only signals expiring before this. | |
| published_after | No | ISO 8601 timestamp — only signals published after this. | |
| verification_mode | No | Filter by verification mode. | |
| accepting_attempts | No | Only return signals currently accepting attempts. | |
| consideration_mode | No | Filter by consideration mode. |