---
title: "Get Authorization Consent Context"
method: GET
path: "/oauth/authorize/context"
tags: ["MCP OAuth"]
---

# Get Authorization Consent Context

`GET /oauth/authorize/context`

Get the client details, eligible workspaces, and a CSRF token used to render the consent screen

## Query parameters

- `client_id` string, required
- `redirect_uri` string, required

## Response `200`

Authorization consent context

- AuthorizeContext
  - `client_name` string
  - `client_logo_uri` string
  - `workspaces` WorkspaceInfo[]
    - `id` string
    - `name` string
  - `csrf_token` string

## Changes

- **2026-06-12** `3c8b8cd609d5` — 1 info
  - endpoint added
- **2026-05-04** `d606e84c75e4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/oauth/authorize/context/get.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/0739fa5022ca/schema)
