---
title: "GET /api/mcp/endpoint/{endpoint_id}/"
method: GET
path: "/api/mcp/endpoint/{endpoint_id}/"
tags: ["MCP endpoints"]
---

# GET /api/mcp/endpoint/{endpoint_id}/

`GET /api/mcp/endpoint/{endpoint_id}/`

Returns the requested MCP endpoint if the authorized user has access to it.

## Path parameters

- `endpoint_id` string, required

## Response `200`

- MCPEndpoint — Serializes a complete MCP endpoint object.
  - `id` integer, required
  - `name` string, required — The human readable name of the MCP endpoint for the user.
  - `key` string, required — The unique endpoint key that can be used to authorize for the MCP service.
  - `workspace_id` integer, required
  - `workspace_name` string, required
  - `created` string, date-time, required

## Other responses

- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
