---
title: "Get Public Extractor"
method: GET
path: "/v1/public/extractors/{public_name}"
tags: ["Public Extractor Marketplace"]
---

# Get Public Extractor

`GET /v1/public/extractors/{public_name}`

Get full detail for a public extractor including manifest and readme.

## Path parameters

- `public_name` string, required — Public name of the extractor

## Response `200`

Successful Response

- PublicExtractorDetailResponse
  - `public_name` string, required
  - `display_name` string, nullable
  - `description` string, nullable
  - `publisher_organization_name` string, required
  - `version` string, required
  - `trust_tier` 'community' | 'verified' | 'official', required
  - `capabilities` ExtractorCapability[]
  - `tags` string[]
  - `category` string, nullable
  - `icon_base64` string, nullable
  - `manifest` object, nullable
  - `model_dependencies` ModelDependency[]
    - `name` string, required — Model name or identifier
    - `source` string — Where model comes from: 'builtin' (platform service), 'bundled' (in archive), 'org_model' (separate upload)
    - `format` string, nullable — Model format (safetensors, onnx, pytorch, huggingface)
    - `required` boolean — Whether this dependency is required
  - `readme_markdown` string, nullable
  - `code_hash` string, required
  - `install_count` integer
  - `presigned_download_url` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## 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)
