Skip to main content
GET
/
projects
/
{project_id}
/
simulations
/
{simulation_id}
curl --location 'https://api.withblast.com/projects/1fa8eb04-bf99-48bd-a238-5260fef06563/simulations/1d7423e1-c646-4691-8958-b1db28249b3c' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "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"
}

Authentication

Authorization
string
required
Bearer token

Path Parameters

project_id
string
required
The unique identifier of the project (UUID format)
simulation_id
string
required
The unique identifier of the simulation (UUID format)

Response

simulation_id
string
required
Unique simulation identifier (UUID)
simulator
string
required
Type of simulator used
parameters
object
Simulation parameters used
status
string
Current simulation status (pending, running, completed, failed)
evaluation_status
string
Status of evaluation processing
aggregated_scores
object
Aggregated evaluation scores across all events
metadata
object
Additional metadata including tags
project_id
string
required
Associated project ID (UUID)
created_at
string
required
ISO 8601 timestamp of creation
started_at
string
ISO 8601 timestamp when simulation started
finished_at
string
ISO 8601 timestamp when simulation completed
curl --location 'https://api.withblast.com/projects/1fa8eb04-bf99-48bd-a238-5260fef06563/simulations/1d7423e1-c646-4691-8958-b1db28249b3c' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "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"
}