Skip to main content
POST
Batch get connectors by ID

Authorizations

X-API-KEY
string
header
required

Path Parameters

agentId
string
required

Body

application/json

Set of connector IDs to retrieve in a single call.

connectorIds
string[]
required

List of connector IDs to retrieve

Minimum array length: 1

Response

Successful response

Result of a batch connector lookup, partitioned into connectors that were found and IDs that weren't.

found
object[]
required
notFound
string[]
required
Last modified on April 22, 2026