/extract

Get Schema

Get schema information by ID.

get/extract/schemas/{schema_id}

Path parameters

schema_idstring required

Response

Successful Response

schema_idstring required

Unique ID of the schema

namestring required

Name of the schema

descriptionstring nullable

Description of the schema

schema_definitionobject required

JSON schema definition

metadataobject required

Schema metadata

created_atstring required

Timestamp when the schema was created

updated_atstring required

Timestamp when the schema was last updated

Changes