Start typing to search.

API Reference

List connectors

View Markdown
GET /api/connectors

List connectors

Operation IDlistConnectors

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Query parameters

cursorstring

Pagination cursor from a previous response

limitinteger

Maximum number of results to return

sortstring

Column name to sort by (validated per-entity)

orderstring

Sort direction

qstring

Case-insensitive search across name/description fields

typestring

Filter by connector type

Success response body

200Paginated list of connectors

Paginated list of connectors

Content typeapplication/json

responseobject
4 properties
resultarray<Connector>required
Array items
itemobject
7 properties
idinteger
namestring
typestring
configobject

Parsed connector configuration

descriptionstring | null
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters