---
title: "Oauth Callback"
method: GET
path: "/api/databricks/callback"
tags: ["databricks"]
---

# Oauth Callback

`GET /api/databricks/callback`

Complete the authorization code flow and persist the user's grant.

Not authentication-gated — the browser arrives from Databricks with no
guaranteed cookie, so the acting user comes from the single-use transaction
handle, redeemed before any other parameter is trusted. A cookie that does
arrive must agree with it, or one member could start a flow and lure
another into completing it onto the starter's grant.

## Query parameters

- `state` string
- `code` string, nullable
- `error` string, nullable
- `error_description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/399077308c86/schema)
