Skip to main content
GET
List context packs

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string | null

Query Parameters

status
enum<string> | null

Filter by status Status of a context pack.

Available options:
active,
archived,
deprecated,
deleted
pack_type
enum<string> | null

Filter by pack type Type of context pack.

Available options:
user,
team,
project,
domain,
session,
data_source
page
integer
default:1

Page number

Required range: x >= 1
page_size
integer
default:20

Page size

Required range: 1 <= x <= 100

Response

Successful Response

Response model for listing context packs.

data
ContextPackResponse · object[]
required
pagination
Pagination · object
required

Pagination metadata for list responses.