Skip to main content
GET
Get Connector

Authorizations

x-api-key
string
header
required

Path Parameters

connector_id
string
required

The unique identifier of the connector.

Example:

"c8-58ea0f6420b2"

Response

Connector returned

An MCP server you have registered. Secret material is never returned: auth_config comes back with its type and non-secret fields only, and OAuth tokens are omitted entirely.

connector_id
string

The unique identifier of the connector. Use this everywhere a connector is referenced, including layers.mcp.connectors on a PAL.

Example:

"c8-58ea0f6420b2"

owner_id
integer

The account that owns the connector.

Example:

4309

team_id
integer | null

Team the connector belongs to, when applicable.

Example:

null

name
string

Human-readable name. Also the basis of the label the background agent sees for this service.

Example:

"Linear"

source
string

Connector kind. mcp today.

Example:

"mcp"

server_url
string

The MCP server endpoint.

Example:

"https://mcp.linear.app/mcp"

auth_config
object

How Tavus authenticates to the server, with secrets removed. See the create request for the accepted shapes.

Example:
selected_tool_names
string[] | null
deprecated

Always null on connectors created today, and not settable: the create and update endpoints reject the field. A leftover from the removed tool importer - tool scoping is a per-PAL decision, so use layers.mcp.connector_tools.

Example:

null

oauth_status
enum<string>

none for non-OAuth connectors. pending once an authorize URL has been issued but the flow is not finished. linked when Tavus holds a working token. needs_reauth when the refresh token stopped working - send the customer through Reconnect OAuth.

Available options:
none,
pending,
linked,
needs_reauth
Example:

"linked"

oauth_scopes
string[] | null

Scopes granted by the authorization server.

Example:
access_token_expires_at
string | null

When the current access token expires. Tavus refreshes it automatically while the connector stays linked.

Example:

"2026-08-18T09:14:00"

last_indexed_at
string | null

When tools were last imported from the server. null if never indexed.

Example:

"2026-08-17T18:20:11"

last_index_error
string | null

Why the last import failed, if it did.

Example:

null

created_at
string
Example:

"2026-08-17T18:02:56.838918"

updated_at
string
Example:

"2026-08-17T18:20:11.563911"