Skip to main content

Retrieve a Document Group

Retrieve a Document Group

Path Parameters
  • project_id integer required

    ID of the project that contains the group

  • group_id integer required

    ID of the group to get

Responses

OK


Schema
  • created date-time
  • document_count integer

    Total of documents

  • id integer

    The ID of the document group.

  • name string

    The document group's name.

  • project_id integer

    The ID of the project that the document group belongs to.

  • source string

    Possible values: [ANALYSIS, UPLOAD, ANNOTATIONS]

    The source of the documents for that group

  • status string

    Possible values: [PROCESSING, CREATED, DELETING, FAILED]

    The document group's status.

Loading...