cURL
curl --request GET \ --url https://api.coval.dev/v1/run-templates \ --header 'X-API-Key: <api-key>'
{ "run_templates": [ { "name": "run-templates/abc123def456ghi789jklm", "id": "abc123def456ghi789jklm", "display_name": "Voice Agent Daily Test", "description": "Daily regression test for voice agent", "agent_id": "gk3jK9mPq2xRt5vW8yZaBc", "persona_id": "hL4kL0nQr3ySt6vX9zAcDd", "test_set_id": "aB1cD2eF", "metric_ids": [ "iM5lM1oRs4zTu7wY0aBdEe" ], "mutation_ids": [], "iteration_count": 3, "concurrency": 5, "sub_sample_size": 0, "sub_sample_seed": null, "metadata": { "customer": { "campaign_id": "q4_2025" } }, "create_time": "2025-10-14T12:00:00Z", "update_time": "2025-10-15T14:30:00Z" } ], "next_page_token": null, "total_count": 1 }
Retrieve a paginated list of run templates.
API key for authentication
Maximum number of results per page
1 <= x <= 100
Opaque pagination token from previous response
Run templates retrieved successfully
Show child attributes
Token for fetching next page (null if no more results)
"eyJvZmZzZXQiOjUwfQ=="
Total count of templates matching filter
25
Was this page helpful?