superset_explore_permalink_create
Generate shareable links for chart explorations in Apache Superset by capturing exploration state data, enabling easy sharing of specific chart views.
Instructions
Create a permalink for chart exploration
Makes a request to the /api/v1/explore/permalink POST endpoint to generate a shareable link to a specific chart exploration state.
Args: state: State data for the permalink including form_data
Returns: A dictionary with a key that can be used to access the permalink
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes |