---
title: "Get Consent"
method: GET
path: "/workspaces/consent"
tags: ["/workspaces"]
---

# Get Consent

`GET /workspaces/consent`

Retrieve the current consent status for the workspace.

## Response `200`

Successful Response

- GetConsentResponse — Response for the endpoint that retrieves the consent status for the workspace.
  - `status` string, required — The current consent status in `ConsentType`.
  - `email` string, nullable, required — The email of the user who granted or revoked the consent
  - `created_at` string, nullable, required — The timestamp when the consent was granted or revoked

## Changes

- **2025-10-28** `c8152db45500` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/workspaces/consent/get.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/c8152db45500/schema)
