Skip to main content
GET
List deployment adapters

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

projectId
string
required

Project identifier.

endpointId
string
required

Endpoint identifier.

deploymentId
string
required

Deployment identifier.

Query Parameters

limit
integer

Maximum number of adapters to return.

after
string

Cursor from a previous adapter list response.

Response

OK

Response containing attached adapters and pagination metadata.

data
object[]
required

Adapters attached to the deployment.

object
any
required

Object type. Always list.

next_cursor
string

Cursor for the next page. Null if there are no more results.