Skip to main content

List all document groups that belongs to a project

List all document groups that belongs to a project

Path Parameters
  • project_id integer required

    ID of the project to get

Responses

OK


Schema array
  • 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...