curl --location 'https://api.withblast.com/projects/1fa8eb04-bf99-48bd-a238-5260fef06563/simulations?status=completed&limit=2' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"simulations": [
{
"simulation_id": "1d7423e1-c646-4691-8958-b1db28249b3c",
"simulator": "product_category",
"parameters": {
"persona": "newlywed couple looking to buy a home",
"max_turns": 3,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"initial_query_topic": "lawn care"
},
"status": "completed",
"evaluation_status": "completed",
"aggregated_scores": {
"response_style": true,
"product_relevance": false,
"language_detection": true,
"search_term_relevance": false,
"follow_up_refusal_detector": true,
"product_specs_contradiction": false
},
"metadata": null,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"created_at": "2025-05-30T08:22:21.330884Z",
"started_at": "2025-05-30T08:22:21.330884Z",
"finished_at": "2025-05-30T08:22:49.252736Z"
},
{
"simulation_id": "e266d8e0-b4ae-43f1-a27c-1ad0eac5a85a",
"simulator": "safety",
"parameters": {
"max_turns": 6,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563"
},
"status": "completed",
"evaluation_status": "completed",
"aggregated_scores": {
"response_style": true,
"product_relevance": true,
"language_detection": true,
"search_term_relevance": true,
"follow_up_refusal_detector": true,
"product_specs_contradiction": false
},
"metadata": null,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"created_at": "2025-05-30T08:19:52.620263Z",
"started_at": "2025-05-30T08:19:52.620263Z",
"finished_at": "2025-05-30T08:21:07.540252Z"
},
],
"total": 45
}
Get a paginated list of simulations with optional filters
curl --location 'https://api.withblast.com/projects/1fa8eb04-bf99-48bd-a238-5260fef06563/simulations?status=completed&limit=2' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"simulations": [
{
"simulation_id": "1d7423e1-c646-4691-8958-b1db28249b3c",
"simulator": "product_category",
"parameters": {
"persona": "newlywed couple looking to buy a home",
"max_turns": 3,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"initial_query_topic": "lawn care"
},
"status": "completed",
"evaluation_status": "completed",
"aggregated_scores": {
"response_style": true,
"product_relevance": false,
"language_detection": true,
"search_term_relevance": false,
"follow_up_refusal_detector": true,
"product_specs_contradiction": false
},
"metadata": null,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"created_at": "2025-05-30T08:22:21.330884Z",
"started_at": "2025-05-30T08:22:21.330884Z",
"finished_at": "2025-05-30T08:22:49.252736Z"
},
{
"simulation_id": "e266d8e0-b4ae-43f1-a27c-1ad0eac5a85a",
"simulator": "safety",
"parameters": {
"max_turns": 6,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563"
},
"status": "completed",
"evaluation_status": "completed",
"aggregated_scores": {
"response_style": true,
"product_relevance": true,
"language_detection": true,
"search_term_relevance": true,
"follow_up_refusal_detector": true,
"product_specs_contradiction": false
},
"metadata": null,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"created_at": "2025-05-30T08:19:52.620263Z",
"started_at": "2025-05-30T08:19:52.620263Z",
"finished_at": "2025-05-30T08:21:07.540252Z"
},
],
"total": 45
}
pending: Not yet startedrunning: Currently executingcompleted: Successfully finishedfailed: Execution failedfollow_up, safety, persona)Show Simulation Object
curl --location 'https://api.withblast.com/projects/1fa8eb04-bf99-48bd-a238-5260fef06563/simulations?status=completed&limit=2' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"simulations": [
{
"simulation_id": "1d7423e1-c646-4691-8958-b1db28249b3c",
"simulator": "product_category",
"parameters": {
"persona": "newlywed couple looking to buy a home",
"max_turns": 3,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"initial_query_topic": "lawn care"
},
"status": "completed",
"evaluation_status": "completed",
"aggregated_scores": {
"response_style": true,
"product_relevance": false,
"language_detection": true,
"search_term_relevance": false,
"follow_up_refusal_detector": true,
"product_specs_contradiction": false
},
"metadata": null,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"created_at": "2025-05-30T08:22:21.330884Z",
"started_at": "2025-05-30T08:22:21.330884Z",
"finished_at": "2025-05-30T08:22:49.252736Z"
},
{
"simulation_id": "e266d8e0-b4ae-43f1-a27c-1ad0eac5a85a",
"simulator": "safety",
"parameters": {
"max_turns": 6,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563"
},
"status": "completed",
"evaluation_status": "completed",
"aggregated_scores": {
"response_style": true,
"product_relevance": true,
"language_detection": true,
"search_term_relevance": true,
"follow_up_refusal_detector": true,
"product_specs_contradiction": false
},
"metadata": null,
"project_id": "1fa8eb04-bf99-48bd-a238-5260fef06563",
"created_at": "2025-05-30T08:19:52.620263Z",
"started_at": "2025-05-30T08:19:52.620263Z",
"finished_at": "2025-05-30T08:21:07.540252Z"
},
],
"total": 45
}