---
title: "Get Organization Publish Stats"
method: GET
path: "/v1/retrievers/publish/stats"
tags: ["Published Retrievers"]
---

# Get Organization Publish Stats

`GET /v1/retrievers/publish/stats`

Get organization publish statistics.

## Response `200`

Successful Response

- OrganizationPublishStatsResponse — Response for organization publish quota stats.
  - `current_count` integer, required — Number of currently published retrievers
  - `max_allowed` integer, required — Maximum number of allowed published retrievers
  - `remaining` integer, required — Number of remaining publish slots
  - `at_limit` boolean, required — Whether the organization has reached the publish limit

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/04b379bdbb7c/schema)
