---
title: "Get Resource Redirection"
method: GET
path: "/opportunities/redirection"
tags: ["OPPORTUNITIES"]
---

# Get Resource Redirection

`GET /opportunities/redirection`

Get opportunities resource redirection.

For Databricks tenants, uses opportunity_id + instance_id to look up
the resource in ClickHouse and return the appropriate URL.
For Snowflake tenants, uses resource_uri + resource_type + instance_id.

## Query parameters

- `resource_uri` string, nullable
- `resource_type` integer, required
- `instance_id` string, required
- `opportunity_id` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- object

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
