Skip to main content
GET
Get Citation Schema

Headers

authorization
string
required
Your API key for authentication.

Query Parameters

id
string
required
The unique identifier of the citation schema to retrieve.

Response

status
integer
HTTP status code (200 for success).
data
object
The citation schema object.
id
string
The unique identifier for the citation schema (UUID format).
name
string
The name of the citation schema.
description
string
The description of the citation schema.
org_id
string
The organization ID that owns this schema.
schema
object
The JSON schema configuration containing variables, groupings, and conditions for citation extraction.
created_at
string
The timestamp when the citation schema was created (ISO 8601 format).
errors
null
Will be null for successful requests.

Error Responses

400 Bad Request
Returned when the schema ID parameter is missing.
404 Not Found
Returned when the specified citation schema is not found or doesn’t belong to your organization.

Docs for agents: llms.txt