dashboard.can_be_owned
dashboard_can_be_ownedDetermine if the current user can take ownership of a specific dashboard by verifying its can_be_owned status.
Instructions
Check whether a dashboard can be owned by the current user. Sends GET /api/v1/dashboards/{dashboard_id}/can_be_owned.
Returns: dict[str, Any] The API response on success, or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | The dashboard ``oid`` to check. |