Get a scenario
get_scenarioRetrieve a saved profit scenario by ID to access original calculator inputs and computed profit output for review or comparison.
Instructions
Fetch one saved Profitlee scenario by id, including the original calculator inputs and the computed profit output. Requires PROFITLEE_API_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Saved Profitlee scenario id returned by list_scenarios or save_scenario. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | No | Profitlee API response for one saved scenario, including scenario inputs and computed outputs. |