Workspace Navigation
get_dartboard
Section titled “get_dartboard”Get details about a dartboard including task count.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
dartboard_id | string | Yes | Dartboard dart_id or name |
Response
Section titled “Response”Returns dartboard details including dart_id, name, description, and task count.
Examples
Section titled “Examples”Look up a dartboard by name:
get_dartboard({ dartboard_id: "Sprint 12" })Look up by dart_id:
get_dartboard({ dartboard_id: "duid_board123" })get_folder
Section titled “get_folder”Get details about a folder including document count.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
folder_id | string | Yes | Folder dart_id or name |
Response
Section titled “Response”Returns folder details including dart_id, name, space_id, and document count.
Examples
Section titled “Examples”Look up a folder by name:
get_folder({ folder_id: "Engineering" })Look up by dart_id:
get_folder({ folder_id: "duid_folder123" })