# 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 /action-orchestrator/v1/actions Version: 1.0.0 ## Query parameters: - `integration_id` (any) Integration Id - `action_name` (any) Action Name - `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) - `description` (any) - `provider` (any) - `integration_name` (any) - `connected` (any) - `registry_provider` (any) - `created_timestamp` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (any, required) - `detail.type` (any, required)