curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/benchmarks?offset=0&limit=2' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"benchmarks": [
{
"benchmark_id": "7d9c8f90-1234-5678-9abc-def012345678",
"name": "Customer Service Quality",
"description": "Benchmark for evaluating customer service responses",
"metadata": {
"category": "support",
"difficulty": "medium"
},
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-20T14:30:00Z",
"updated_at": "2024-01-22T10:15:00Z"
},
{
"benchmark_id": "8e9d7f60-9876-5432-1abc-def098765432",
"name": "Code Generation Tests",
"description": "Benchmark for testing code generation capabilities",
"metadata": {
"category": "development",
"languages": ["python", "javascript"]
},
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-18T09:00:00Z",
"updated_at": "2024-01-19T16:45:00Z"
}
],
"total": 15
}
Get a paginated list of benchmarks for a specific project
curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/benchmarks?offset=0&limit=2' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"benchmarks": [
{
"benchmark_id": "7d9c8f90-1234-5678-9abc-def012345678",
"name": "Customer Service Quality",
"description": "Benchmark for evaluating customer service responses",
"metadata": {
"category": "support",
"difficulty": "medium"
},
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-20T14:30:00Z",
"updated_at": "2024-01-22T10:15:00Z"
},
{
"benchmark_id": "8e9d7f60-9876-5432-1abc-def098765432",
"name": "Code Generation Tests",
"description": "Benchmark for testing code generation capabilities",
"metadata": {
"category": "development",
"languages": ["python", "javascript"]
},
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-18T09:00:00Z",
"updated_at": "2024-01-19T16:45:00Z"
}
],
"total": 15
}
Show Benchmark Object
curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/benchmarks?offset=0&limit=2' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"benchmarks": [
{
"benchmark_id": "7d9c8f90-1234-5678-9abc-def012345678",
"name": "Customer Service Quality",
"description": "Benchmark for evaluating customer service responses",
"metadata": {
"category": "support",
"difficulty": "medium"
},
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-20T14:30:00Z",
"updated_at": "2024-01-22T10:15:00Z"
},
{
"benchmark_id": "8e9d7f60-9876-5432-1abc-def098765432",
"name": "Code Generation Tests",
"description": "Benchmark for testing code generation capabilities",
"metadata": {
"category": "development",
"languages": ["python", "javascript"]
},
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-18T09:00:00Z",
"updated_at": "2024-01-19T16:45:00Z"
}
],
"total": 15
}