---
title: "Retrieve Notes"
method: GET
path: "/v3/notes"
tags: ["Notes"]
---

# Retrieve Notes

`GET /v3/notes`

Returns a list of all notes

## Query parameters

- `tql` string
- `fields` string[]
- `count` string
- `sorting` string

## Response `200`

The notes

- Note[]
  - `id` integer
  - `caseId` integer, required
  - `caseXid` string, required
  - `text` string, required
  - `summary` string
  - `author` string
  - `dateAdded` string, date-time
  - `lastModified` string, date-time
  - `edited` boolean
  - `taskId` integer
  - `taskXid` string
  - `artifactId` integer
  - `workflowEventId` integer

---

[API](https://skmtc.net/threatconnect/apis/threatconnect-api.md) · [All operations](https://skmtc.net/threatconnect/apis/threatconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threatconnect/threatconnect-api/revisions/730b8a350ae7/schema)
