---
title: "List"
method: GET
path: "/annotations"
tags: ["annotations"]
---

# List

`GET /annotations`

## Query parameters

- `id` string
- `entityId` string
- `entityType` string
- `key` string

## Response `200`

Array of Annotations objects

- object[]
  - `__v` number
  - `_id` string
  - `accountId` string
  - `entityId` string
  - `entityType` string
  - `entityName` string
  - `key` string
  - `value` string

## Other responses

- `500` — Error

## Changes

- **2019-05-04** `494529469853` — 1 info
  - endpoint added
- **2019-02-14** `c718449cec44` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/codefresh-io/apis/codefresh-api/changes/annotations/get.md)

---

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