listIntegrations
List integrations, supports filtering and sorting capabilities
Query Parameters
Provide the meta.nextToken
value provided in the last API response to retrieve the next page of results
Maximum number of results to return per page
Integration Name
Integration version. Either a semver version or tag "latest"
Filter integrations by implemented interface ID
Filter integrations by implemented interface name (strict match)
Bot ID. Required when filtering for installed integrations
Filter integrations by verification status
unapproved
, pending
, approved
, rejected
Search integrations by name, description, actions, and interfaces. Responses include a matchedOn field indicating which fields matched the search.
Sort integrations by field
popularity
, name
, createdAt
, updatedAt
, installCount
Sort direction (asc or desc)
asc
, desc
Filter integrations by visibility (public, private)
public
, private
If true, only dev integrations are returned. Otherwise, only production integrations are returned.
Was this page helpful?