# List All Integrations Retrieve a list of integrations. Parameters: - tenant_id: Identifier for the tenant. - configuration_service: Service to fetch integrations. Returns: - A list of integrations matching the criteria. Endpoint: GET /action-orchestrator/v1/integrations Version: 1.0.0 ## Query parameters: - `category_id` (any) Category Id - `integration_name` (any) Integration Name - `integration_id` (any) Integration Id - `provider` (any) Accepted values for provider are: darwin, mcp, open_api_spec - `user_id` (any, required) User Id - `tenant_id` (any) ## Header parameters: - `authorization` (any) ## Response 200 fields (application/json): - `id` (any) - `name` (any) - `workato_name` (any) - `description` (any) - `is_active` (any) - `provider` (any) - `service_provider` (any) - `created_timestamp` (any) - `category_name` (any) - `action_count` (any) - `access_level` (any) - `resource_required` (any) - `resource_type` (any) - `upload_resource` (any) - `authentication_required` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (any, required) - `detail.type` (any, required)