Skip to main content
GET
List all extractors available to organization

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Query Parameters

source
enum<string> | null

Filter by extractor source

Available options:
builtin,
custom,
all
include_disabled
boolean
default:false

Include disabled/undeployed custom extractors

Response

Successful Response

Response for listing all extractors available to a namespace.

extractors
UnifiedExtractorResponse · object[]
required

List of all available extractors

total
integer
required

Total number of extractors

namespace_id
string
required

Namespace ID

builtin_count
integer
required

Number of builtin extractors

custom_count
integer
required

Number of custom extractors (org + namespace level)

success
boolean
default:true

Whether the request succeeded