List Destinations

Get all available destinations.

Args:

db: The database session user: The current user

Returns:

List[schemas.Destination]: A list of destinations

Headers

x-api-keystringOptional

Response

Successful Response

namestring
short_namestring
class_namestring
idstringformat: "uuid"
created_atdatetime
modified_atdatetime
descriptionstringOptional
auth_typeenumOptional

Enumeration of supported authentication types.

Attributes:

oauth2: OAuth2 authentication. oauth2_with_refresh: OAuth2 authentication with refresh token. oauth2_with_refresh_rotating: OAuth2 authentication with rotating refresh token. trello_auth: Trello authentication. api_key: API key authentication. native_functionality: Native functionality. url_and_api_key: URL and API key authentication. none: No authentication.

auth_config_classstringOptional
input_entity_definition_idslist of stringsOptional
organization_idstringOptionalformat: "uuid"
config_schemamap from strings to anyOptional
labelslist of stringsOptional

Errors