Skip to main content
GET
Project-wide task stats

Authorizations

Authorization
string
header
required

Session token from POST /auth/login, sent as Authorization: Bearer <token>.

Headers

X-Pinecone-Api-Version
string
default:2026-07

Date-based contract version, echoed back on the same header. Omit for the default (2026-07); send unstable for the in-development surface. An unrecognized value is rejected with 400 unsupported_api_version.

Response

200 - application/json

Aggregate task stats for the project

Aggregate task counters for the whole project.

tasks_total
integer
required

Tasks the project has ever run.

tasks_active
integer
required

Tasks in a non-terminal state.

tasks_completed
integer
required

Tasks that finished successfully.

tasks_cancelled
integer
required

Runs stopped before they finished.

tasks_by_state
object
required

Keyed by TaskState

tasks_by_workflow
object
required

Keyed by Workflow

captured_at
string<date-time>
required

When the counters were read.