Skip to main content
GET
List Connections

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string | null
search
string | null
limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

available_tools
OpenAPIToolResponse · object[]
required
base_url
string
required
created_at
string
required
id
string<uuid>
required
name
string
required
status
string
required
updated_at
string
required
auth_config_id
string<uuid> | null
custom_headers
HeaderOutput · object[] | null
description
string | null
registry_item_id
string<uuid> | null
spec_url
string | null
Last modified on September 21, 2026