# Fetch Action Parameters Retrieve a Fetch Action parameters. Parameters: - tenant_id: Identifier for the tenant. - action_service: Service to fetch actions. Returns: - A actions details matching the criteria. Endpoint: POST /darwin/v1/action-parameters Version: 1.0.0 ## Query parameters: - `user_id` (any) user_id - `tenant_id` (any) ## Header parameters: - `authorization` (any) ## Request fields (application/json): - `action_name` (any) - `integration_name` (any) ## Response 200 fields (application/json): - `endpoint` (any) - `method` (any) - `description` (any) - `parameters` (any) - `input_json_properties` (any) - `output_json_responses` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (any, required) - `detail.type` (any, required)