---
title: "Proxy a PostgREST RPC call"
method: GET
path: "/query/rpc/{path}"
tags: ["Query"]
---

# Proxy a PostgREST RPC call

`GET /query/rpc/{path}`

Forward the request to an upstream PostgREST RPC endpoint and return its response.

## Path parameters

- `path` string, required — PostgREST RPC function name to invoke.

## Query parameters

- `cookie_name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid authentication.
- `422` — Validation Error
- `502` — The upstream PostgREST service is unavailable.

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
