---
title: "Get Cookies"
method: GET
path: "/v1/cookies"
tags: ["Public"]
---

# Get Cookies

`GET /v1/cookies`

## Query parameters

- `domain` string, required

## Response `200`

Successful Response

- CookieModel[]
  - `name` string, required
  - `value` string, required
  - `url` string, nullable
  - `domain` string, nullable
  - `path` string, nullable
  - `expires` number, nullable
  - `http_only` boolean, nullable
  - `secure` boolean, nullable

## Other responses

- `422` — Validation Error

---

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