---
title: "Details about the current performance of this Horde"
method: GET
path: "/v2/status/performance"
tags: ["v2"]
---

# Details about the current performance of this Horde

`GET /v2/status/performance`

## Headers

- `Client-Agent` string
- `X-Fields` string, mask

## Response `200`

AI Horde Performance

- HordePerformance
  - `queued_requests` integer — The amount of waiting and processing image requests currently in this horde.
  - `queued_text_requests` integer — The amount of waiting and processing text requests currently in this horde.
  - `worker_count` integer — How many workers are actively processing prompt generations in this horde in the past 5 minutes.
  - `text_worker_count` integer — How many workers are actively processing prompt generations in this horde in the past 5 minutes.
  - `thread_count` integer — How many worker threads are actively processing prompt generations in this {horde_noun} in the past 5 minutes.
  - `text_thread_count` integer — How many worker threads are actively processing prompt generations in this {horde_noun} in the past 5 minutes.
  - `queued_megapixelsteps` number — The amount of megapixelsteps in waiting and processing requests currently in this horde.
  - `past_minute_megapixelsteps` number — How many megapixelsteps this horde generated in the last minute.
  - `queued_forms` number — The amount of image interrogations waiting and processing currently in this horde.
  - `interrogator_count` integer — How many workers are actively processing image interrogations in this {horde_noun} in the past 5 minutes.
  - `interrogator_thread_count` integer — How many worker threads are actively processing image interrogation in this {horde_noun} in the past 5 minutes.
  - `queued_tokens` number — The amount of tokens in waiting and processing requests currently in this horde.
  - `past_minute_tokens` number — How many tokens this horde generated in the last minute.

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
