get_dartboards
Retrieve available dartboards within a specified space using the space DUID to organize and manage task-related boards efficiently.
Instructions
Get available dartboards
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_duid | Yes | Space DUID to get dartboards from |
Input Schema (JSON Schema)
{
"properties": {
"space_duid": {
"description": "Space DUID to get dartboards from",
"type": "string"
}
},
"required": [
"space_duid"
],
"type": "object"
}