---
title: "Retrieve a list of cookies"
method: GET
path: "/cookies"
tags: ["cookies"]
---

# Retrieve a list of cookies

`GET /cookies`

Returns a list of cookies set by a property

## Query parameters

- `property_id` string

## Response `200`

A list of Cookie objects

- Cookies[]
  - `id` string, required — Cookie ID
  - `name` string, required — Name of the cookie
  - `domain` string — Domain that the cookie is set on
  - `lifetime` integer — Lifetime of the cookie (in seconds)
  - `status` string — The status of the cookie for the privacy center (draft or published)
  - `taxonomy_id` string, required — The ID of the taxonomy item for classifying this cookie
  - `property_id` string, required — The ID of the property that sets this cookie
  - `vendor_id` string — The ID of the vendor that sets or uses this cookie (if any)
  - `created_at` string, date-time — Creation date of the property
  - `updated_at` string, date-time — Last update date of the property
  - `version` number — Revision number of the property object

---

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