---
title: "Multiple Tag Documents"
method: GET
path: "/v2/usercollection/tag"
tags: ["Tag Routes"]
---

# Multiple Tag Documents

`GET /v2/usercollection/tag`

## Query parameters

- `start_date` union
  - string, date-time
  - string, date
- `end_date` union
  - string, date-time
  - string, date
- `next_token` string, nullable
- `fields` string, nullable — N/A. This route does not support field selection yet, all fields will be returned.

## Response `200`

Successful Response

- union
  - MultiDocumentResponseTagModel
    - `data` TagModel[], required
      - `id` string, required
      - `day` string, date, required — Day that the note belongs to.
      - `text` string, nullable, required — Textual contents of the note.
      - `timestamp` string, required
      - `tags` string[], required — Selected tags for the tag.
    - `next_token` string, nullable, required
  - MultiDocumentResponseDict
    - `data` object[], required
    - `next_token` string, nullable, required

## Other responses

- `400` — Client Exception
- `401` — Unauthorized access exception. Usually means the access token is expired, malformed or revoked.
- `403` — Access forbidden. Usually means the user's subscription to Oura has expired and their data is not available via the API.
- `422` — Validation Error
- `429` — Request Rate Limit Exceeded.

---

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