---
title: "Benchmark Task Count"
method: GET
path: "/api/v1/benchmarks/{bench_id}/task-count"
tags: ["benchmarks"]
---

# Benchmark Task Count

`GET /api/v1/benchmarks/{bench_id}/task-count`

## Path parameters

- `bench_id` string, required

## Response `200`

Successful Response

- BenchmarkTaskCountResponse
  - `bench_id` string, required
  - `task_count` integer, required

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
