Skip to main content

List Schemas

GET 

/api/v1/extraction/schemas

List Schemas

Request

Query Parameters

    project_id any

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    The name of the extraction schema

    project_id uuidrequired

    The ID of the project that the extraction schema belongs to

    data_schema

    object

    The schema of the data

    anyOf

  • ]

Loading...