---
title: "Get Documents Summary"
method: GET
path: "/api/v1/mew/apikey/documents/summary/"
tags: ["Documents"]
---

# Get Documents Summary

`GET /api/v1/mew/apikey/documents/summary/`

Retrieve a summary of your documents, grouped by document type. Each group includes a count of documents by their processing status.

## Headers

- `apikey` string, required

## Response `200`

OK

- InlineResponse2005
  - `data` InlineResponse2005Data
    - `disabled_doc_types` string[] — An array of disabled document type identifiers.
    - `document` InlineResponse2005DataDocument — Detailed information about a specific document type.
      - `can_upload` boolean — Indicates whether the user can upload this type of document.
      - `category` string — The category of the document type.
      - `default` boolean — An internal flag indicating if this is a default document type.
      - `doc_counts` InlineResponse2005DataDocumentDocCounts — A count of documents of this type, broken down by status.
        - `all` integer — Total number of documents of this type.
        - `processed` integer — Total number of documents in the 'processed' state.
        - `reviewing` integer — Total number of documents in the 'reviewing' state.
      - `doc_type` string — The unique identifier for the document type.
      - `excel_type` boolean — Indicates whether the document is an Excel-based type.
      - `flags` InlineResponse2005DataDocumentFlags — Internal configuration flags.
        - `has_updated_doc_settings` boolean — An internal flag related to document settings.
        - `how_adt_documents_stepper` boolean — An internal flag for UI display.
      - `id` integer — Unique integer identifier for the document type.
      - `is_editable` boolean — Indicates whether the document type is editable.
      - `models` string[] — A list of AI models associated with this document type.
      - `title` string — The display name of the document type.
      - `upload_email` string — The dedicated email address for uploading this document type.
      - `user_id` string — The user ID associated with this document type.
  - `error` string — A message describing any errors encountered during the request.
  - `error_code` string — A code representing the specific error encountered during the request.
  - `status` string — The status of the request.
  - `status_code` integer — The HTTP status code of the response.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
