---
title: "Get workflow statistics"
method: GET
path: "/stats"
tags: ["Statistics"]
---

# Get workflow statistics

`GET /stats`

Get overall workflow statistics and metrics

## Response `200`

Workflow statistics

- WorkflowStats
  - `overall` OverallStats
    - `total_reviews` integer
    - `approved_tools` integer
    - `rejected_tools` integer
    - `signed_tools` integer
    - `avg_analysis_time_ms` integer
    - `avg_human_review_time_ms` integer
    - `auto_approval_rate` number
    - `false_positive_rate` number
  - `current_queue` CurrentQueueStats
    - `pending_analysis` integer
    - `awaiting_human_review` integer
    - `pending_signing` integer
  - `top_security_categories` CategoryCount[]
    - `category` string
    - `count` integer
  - `time_period` TimePeriod
    - `start` string, date-time
    - `end` string, date-time

---

[API](https://skmtc.dev/thirdkeyai/apis/symbiont-tool-review-api.md) · [All operations](https://skmtc.dev/thirdkeyai/apis/symbiont-tool-review-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thirdkeyai/symbiont-tool-review-api/revisions/5866cac4f0ad/schema)
