API ReferenceSchemas
List schemas
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Include your API key in the Authorization header as Bearer rf_your_key.
In: header
Query Parameters
category?string
Filter by category
include_public?boolean
Include public schemas
Default
trueResponse Body
application/json
application/problem+json
curl -X GET "http://localhost:8080/api/v1/schemas"{
"schemas": [
{
"category": "string",
"created_at": "string",
"description": "string",
"id": "string",
"is_platform": true,
"name": "string",
"organization_id": "string",
"schema_yaml": "string",
"tags": [
"string"
],
"updated_at": "string",
"usage_count": 0,
"user_id": "string",
"visibility": "string"
}
]
}{
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string",
"value": null
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}