---
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

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
