Skip to main content
GET
Get a single classifier

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

classifier_id
string
required

Response

Successful Response

A persisted heuristic classifier (keyword/embedding) mapping prompts to a governance domain. Compiled into the router config on publish.

id
string
required
name
string
required
domain
string
required
description
string | null
classifier_type
enum<string>
default:keyword
Available options:
keyword,
embedding
keywords
string[]
phrases
string[]
operator
enum<string>
default:OR
Available options:
OR,
AND
threshold
number
default:0.7
case_sensitive
boolean
default:false
enabled
boolean
default:true
created_by
string | null
created_at
string | null
updated_at
string | null