Schema
Returns a list of all available schemas in the current workspace. Each schema defines the structure of a data collection, including its fields, validation rules, and display configurations. Use this endpoint to discover available data structures before querying or inserting data.
List of schemas retrieved successfully
Unauthorized - Invalid or missing JWT token
Fetches a specific schema by its unique identifier. Returns the complete schema definition including all fields with their types, validation rules, and additional properties. Use this endpoint to get detailed information about a specific data structure before performing operations on its records.
Unique identifier (UUID) of the schema to retrieve
550e8400-e29b-41d4-a716-446655440000Schema retrieved successfully
Invalid schema ID format - The provided ID is not a valid UUID
Unauthorized - Invalid or missing JWT token
Schema not found - No schema exists with the provided ID
Last updated
Was this helpful?