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

# Get all tags

> Retrieves a list of all tags from documents the user has access to.

## Get all tags

Retrieves a list of all tags from documents the user has access to.

### Response

<ResponseField name="data" type="object">
  The response data for this endpoint.
</ResponseField>

<ResponseExample>
  ```json
  [
    {
      "id": 123,
      "name": "string",
      "created_at": "string",
      "updated_at": "string"
    }
  ]
  ```
</ResponseExample>
