List context templates

Get all context templates for the authenticated user with optional type/name filtering and cursor pagination.

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

typestringOptional
namestringOptional
cursorstringOptional
limitstringOptional

Response

Paginated list of context templates
datalist of objects
paginationmap from strings to any

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error