Skip to main content
GET
/
projects
/
{project_id}
/
benchmarks
/
{benchmark_id}
/
tests
/
{test_id}
/
details
curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/benchmarks/7d9c8f90-1234-5678-9abc-def012345678/tests/1234/details?offset=0&limit=5' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "runs": [
    {
      "run_id": 5678,
      "test_id": 1234,
      "run_number": 15,
      "full_response": "To reset your password, please follow these steps:\n\n1. Go to the login page\n2. Click on 'Forgot Password?' link below the login form\n3. Enter your registered email address\n4. Check your email for a password reset link\n5. Click the link and follow the instructions to create a new password\n\nThe reset link will expire after 24 hours for security reasons. If you don't receive the email, please check your spam folder or contact support.",
      "project_id": "550e8400-e29b-41d4-a716-446655440000",
      "created_at": "2024-01-23T10:30:00Z",
      "evaluators": [
        {
          "evaluation_id": 9012,
          "run_id": 5678,
          "evaluator_name": "helpfulness_evaluator",
          "score": true,
          "critique": "The response provides clear, step-by-step instructions for password reset with helpful additional information about link expiration and spam folders.",
          "created_at": "2024-01-23T10:30:15Z"
        },
        {
          "evaluation_id": 9013,
          "run_id": 5678,
          "evaluator_name": "accuracy_evaluator",
          "score": true,
          "critique": "All steps are accurate and follow standard password reset procedures.",
          "created_at": "2024-01-23T10:30:18Z"
        },
        {
          "evaluation_id": 9014,
          "run_id": 5678,
          "evaluator_name": "relevance_evaluator",
          "score": true,
          "critique": "Response directly addresses the password reset query.",
          "created_at": "2024-01-23T10:30:20Z"
        }
      ]
    },
    {
      "run_id": 5677,
      "test_id": 1234,
      "run_number": 14,
      "full_response": "You can reset your password by clicking the 'Forgot Password' link on the login page.",
      "project_id": "550e8400-e29b-41d4-a716-446655440000",
      "created_at": "2024-01-22T16:45:00Z",
      "evaluators": [
        {
          "evaluation_id": 9009,
          "run_id": 5677,
          "evaluator_name": "helpfulness_evaluator",
          "score": false,
          "critique": "Response is too brief and lacks detailed instructions that would help the user complete the task.",
          "created_at": "2024-01-22T16:45:12Z"
        },
        {
          "evaluation_id": 9010,
          "run_id": 5677,
          "evaluator_name": "accuracy_evaluator",
          "score": true,
          "critique": "The information provided is accurate.",
          "created_at": "2024-01-22T16:45:15Z"
        },
        {
          "evaluation_id": 9011,
          "run_id": 5677,
          "evaluator_name": "relevance_evaluator",
          "score": true,
          "critique": "Response addresses the password reset query.",
          "created_at": "2024-01-22T16:45:17Z"
        }
      ]
    }
  ],
  "total": 15
}

Authentication

Authorization
string
required
Bearer token

Path Parameters

project_id
string
required
The unique identifier of the project (UUID format)
benchmark_id
string
required
The unique identifier of the benchmark (UUID format)
test_id
integer
required
The unique identifier of the test

Query Parameters

offset
integer
default:"0"
Number of items to skip for pagination
limit
integer
default:"20"
Number of items to return (1-100)

Response

runs
array
required
Array of test run objects
total
integer
required
Total number of runs for this test
curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/benchmarks/7d9c8f90-1234-5678-9abc-def012345678/tests/1234/details?offset=0&limit=5' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "runs": [
    {
      "run_id": 5678,
      "test_id": 1234,
      "run_number": 15,
      "full_response": "To reset your password, please follow these steps:\n\n1. Go to the login page\n2. Click on 'Forgot Password?' link below the login form\n3. Enter your registered email address\n4. Check your email for a password reset link\n5. Click the link and follow the instructions to create a new password\n\nThe reset link will expire after 24 hours for security reasons. If you don't receive the email, please check your spam folder or contact support.",
      "project_id": "550e8400-e29b-41d4-a716-446655440000",
      "created_at": "2024-01-23T10:30:00Z",
      "evaluators": [
        {
          "evaluation_id": 9012,
          "run_id": 5678,
          "evaluator_name": "helpfulness_evaluator",
          "score": true,
          "critique": "The response provides clear, step-by-step instructions for password reset with helpful additional information about link expiration and spam folders.",
          "created_at": "2024-01-23T10:30:15Z"
        },
        {
          "evaluation_id": 9013,
          "run_id": 5678,
          "evaluator_name": "accuracy_evaluator",
          "score": true,
          "critique": "All steps are accurate and follow standard password reset procedures.",
          "created_at": "2024-01-23T10:30:18Z"
        },
        {
          "evaluation_id": 9014,
          "run_id": 5678,
          "evaluator_name": "relevance_evaluator",
          "score": true,
          "critique": "Response directly addresses the password reset query.",
          "created_at": "2024-01-23T10:30:20Z"
        }
      ]
    },
    {
      "run_id": 5677,
      "test_id": 1234,
      "run_number": 14,
      "full_response": "You can reset your password by clicking the 'Forgot Password' link on the login page.",
      "project_id": "550e8400-e29b-41d4-a716-446655440000",
      "created_at": "2024-01-22T16:45:00Z",
      "evaluators": [
        {
          "evaluation_id": 9009,
          "run_id": 5677,
          "evaluator_name": "helpfulness_evaluator",
          "score": false,
          "critique": "Response is too brief and lacks detailed instructions that would help the user complete the task.",
          "created_at": "2024-01-22T16:45:12Z"
        },
        {
          "evaluation_id": 9010,
          "run_id": 5677,
          "evaluator_name": "accuracy_evaluator",
          "score": true,
          "critique": "The information provided is accurate.",
          "created_at": "2024-01-22T16:45:15Z"
        },
        {
          "evaluation_id": 9011,
          "run_id": 5677,
          "evaluator_name": "relevance_evaluator",
          "score": true,
          "critique": "Response addresses the password reset query.",
          "created_at": "2024-01-22T16:45:17Z"
        }
      ]
    }
  ],
  "total": 15
}