Viewing Cues

Monitor your cues and execution history in the dashboard.

Cue table

The dashboard shows all your cues in a table with:

ColumnDescription
NameThe cue name you chose
StatusActive (green), Paused (yellow), Completed, Failed (red)
ScheduleCron expression or one-time timestamp
Next runWhen the cue will fire next
Last runWhen it last fired

Auto-refresh

The cue table auto-refreshes every 10 seconds. You can toggle auto-refresh on or off.

Execution history

Click on a cue row to expand it and see recent executions:

FieldDescription
Scheduled forWhen the execution was scheduled
StatusSuccess, Failed, Delivering, Pending
AttemptsNumber of delivery attempts
HTTP statusResponse code from your handler (webhook only)
OutcomeHandler-reported result (if reported)

Empty state

If you have no cues, the dashboard shows a getting-started hint:

bash
cueapi create --name "my-cue" --cron "0 9 * * *" \
  --url https://my-agent.com/webhook