# List All Actions Retrieve a list of actions. Parameters: - tenant_id: Identifier for the tenant. - configuration_service: Service to fetch actions. Returns: - A list of actions matching the criteria. Endpoint: GET /darwin/v1/actions Version: 1.0.0 ## Query parameters: - `integration_name` (any) Integration Name - `action_name` (any) Action Name - `user_id` (any) user_id - `tenant_id` (any) ## Header parameters: - `authorization` (any) ## Response 200 fields (application/json): - `id` (any) - `name` (any) - `description` (any) - `is_active` (any) - `provider` (any) - `integration_name` (any) - `connected` (any) - `created_timestamp` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (any, required) - `detail.type` (any, required)