> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Summary

> Summary

### Responses

<ResponseField name="200" type="EdiSummaryResponse" />

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.stateset.com/api/v1/edi-documents/summary' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "by_status": [
      {
        "count": 1,
        "key": "string"
      }
    ],
    "by_type": [
      {
        "count": 1,
        "key": "string"
      }
    ],
    "total": 1
  }
  ```
</ResponseExample>
