---
title: "Get a connector by its ID."
method: GET
path: "/v1alpha/admin/connectors/{connector_id}"
tags: ["Admin", "Connectors"]
---

# Get a connector by its ID.

`GET /v1alpha/admin/connectors/{connector_id}`

Get a connector by its ID.

## Path parameters

- `connector_id` string, required — Identifier for the connector

## Query parameters

- `authorization` string, nullable — Authorization token

## Response `200`

Successful Response

- Connector — A connector registered in OGX
  - `connector_type` 'mcp' — Type of connector.
  - `connector_id` string, required — Identifier for the connector
  - `url` string, required — URL of the connector
  - `server_label` string, nullable — Label of the server
  - `server_name` string, nullable — Name of the server
  - `server_description` string, nullable — Description of the server
  - `server_version` string, nullable — Version of the server

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/versions/f3f783962256/schema)
