Skip to main content
GET
List Available Retriever Stages with Examples

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

stage_id
string
required

Unique identifier for the stage

description
string
required

Human-readable description of stage behavior

category
string
required

Transformation category: filter, sort, reduce, apply, enrich

icon
string
required

Lucide React icon identifier

parameter_schema
Parameter Schema · object | null

JSON Schema for stage parameters

example_config
Example Config · object | null

Example stage configuration

common_use_cases
string[]

Common scenarios where this stage is useful

cost_tier
string
default:moderate

Relative cost tier: cheap, moderate, expensive

requires_collections
boolean
default:true

Whether this stage requires collection access