v1
Schema Management

List User Schemas V1

List all schemas accessible to the authenticated user.

Returns schemas that the user owns or has read access to, including:
- Personal schemas created by the user
- Workspace schemas shared within the user's workspace
- Organization schemas available to the user's organization

**Authentication Required**:
One of the following authentication methods must be used:
- Bearer token in `Authorization` header
- API Key in `X-API-Key` header
- Session token in `X-Session-Token` header
get/v1/schemas

Query parameters

workspace_idstring nullable

Filter by workspace ID

Filter by workspace ID

status_filterstring nullable

Filter by status (draft, active, deprecated, archived)

Filter by status (draft, active, deprecated, archived)

Response

Schemas retrieved successfully

successboolean required
errorstring nullable
codeinteger
totalinteger

Changes