Skip to main content

List Documents

GET 

/api/documents/

List documents.

Request

Query Parameters

    collection any

    Limit to documents associated with this collection

Responses

Successful Response

Schema

  • Array [

  • id

    object

    anyOf

    integer

    collection Collectionrequired

    extracted_text

    object

    anyOf

    string

    url

    object

    anyOf

    string

    ingest_state

    object

    anyOf

    string

    ingest_error

    object

    anyOf

    string

  • ]

Loading...