Skip to main content
GET
Context Search

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Query Parameters

query
string | null

Search query for name, summary, or type

type
string | null

Filter by context type

status
string | null
default:active

Filter by status (active/disabled)

max_results
integer
default:5

Maximum number of results to return

Response

Successful Response

id
string
required

Unique identifier for the context

name
string
required

Name of the context

created_by
string
required

User who created the context

created_at
string<date-time>
required

The date and time when the context was created.

updated_at
string<date-time>
required

The date and time when the context was last updated.

apps
string[]

List of associated apps

summary
string
default:""

A short summary about the context

when_to_use
string
default:""

A short summary explaining to LLM when to apply the context

type
string
default:""

A string to classify the context type

status
string
default:active

Status of the context: active or disabled