List the Signal Queue
baatjie_signal_queueList scheduled, sent, or failed posts in the broadcast queue, filtering by brand, status, or date to monitor social signal activity.
Instructions
List scheduled, sent and failed posts in the sigscheCore broadcast queue, optionally filtered by brand, status or date.
Args:
brand_id (string, optional): Restrict to one brand
status ('scheduled' | 'sent' | 'failed', optional): Filter by state
from_date (string, optional): YYYY-MM-DD, on or after
to_date (string, optional): YYYY-MM-DD, on or before
limit (number): Max items (default: 25)
offset (number): Pagination offset (default: 0)
response_format ('markdown' | 'json'): Output format
Returns: { "total","count","offset","items":[{ "id","brand_name","scheduled_date", "scheduled_time","angel_label","platforms","status","caption","is_ad" }], "has_more","next_offset"? }
Examples:
"What's queued today?" -> from_date='2026-08-08', to_date='2026-08-08'
"Anything failed?" -> status='failed'
"locare's schedule" -> brand_id='locare'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (1-200, default 25) | |
| offset | No | Rows to skip, for pagination | |
| status | No | ||
| to_date | No | ||
| brand_id | No | ||
| from_date | No | ||
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |