list-dashboards
List Coval Dashboards
List all available dashboards.
Instructions
Step 1: Verify CLI Authentication
coval whoami
Step 2: List Dashboards
coval dashboards list
For JSON output with full details:
coval dashboards list --format json
Step 3: Filter or Page (Optional)
# Custom page size
coval dashboards list --page-size 100
# Sort by name
coval dashboards list --order-by display_name
Step 4: Present Results
Show the user:
- Dashboard ID
- Dashboard name
- Created/updated timestamps
Offer follow-up actions:
- View a specific dashboard:
coval dashboards get <id> - List widgets in a dashboard:
coval dashboards widgets list <id> - Create a new dashboard:
coval dashboards create --name "Name"
Options
| Flag | Description | Default |
|---|---|---|
--filter |
AIP-160 filter expression | — |
--page-size |
Results per page | 50 |
--order-by |
Sort order | — |
--format |
Output format | table |
More from coval-ai/coval-external-skills
onboard
>
14launch-run
Launch a Coval evaluation run against an AI agent. Use when user wants to start an evaluation, test an agent, or run simulations.
12coval-resources
Comprehensive overview of ALL Coval platform resources, their hierarchy, relationships, API endpoints, and ID formats. Use when user asks about Coval resources, data model, how things relate, what endpoints exist, or needs context about the platform structure before making API calls.
12quick-eval
Full evaluation workflow - launch a run, watch progress, and summarize results. Use for end-to-end agent testing.
12download-audio
Download audio recordings from Coval voice simulations. Use when user wants to listen to or analyze call recordings.
12watch-run
Monitor a Coval run's progress with live updates. Use when user wants to check run status or wait for completion.
12