← Tools Reference

Dart

Dart integration (Productivity, AI). Imported from open-connector.

API key5 toolshttps://app.dartai.com/api/v0/public
GET
dart_get_config
Retrieve the authenticated Dart workspace configuration and valid task values.

/config

GET
dart_list_tasks
List Dart tasks with documented filters, ordering, and pagination.

/tasks/list

30 parameters
ParamTypeRequiredDescription
titlestringoptionalFilter tasks by title.
idsstringoptionalFilter by comma-separated task IDs.
dartboardstringoptionalFilter by dartboard title.
dartboard_idstringoptionalFilter by dartboard ID.
statusstringoptionalFilter by status title.
status_idstringoptionalFilter by status ID.
assigneestringoptionalFilter by assignee name or email.
assignee_idstringoptionalFilter by assignee ID.
reviewerstringoptionalFilter by reviewer name or email.
reviewer_idstringoptionalFilter by reviewer ID.
tagstringoptionalFilter by tag title.
tag_idstringoptionalFilter by tag ID.
prioritystringoptionalFilter by priority title.
typestringoptionalFilter by task type title.
type_idstringoptionalFilter by task type ID.
parent_idstringoptionalFilter by parent task ID.
is_completedbooleanoptionalFilter by completion state.
in_trashbooleanoptionalFilter by whether tasks are in trash.
start_at_afterstringoptionalFilter tasks starting after this timestamp.
start_at_beforestringoptionalFilter tasks starting before this timestamp.
due_at_afterstringoptionalFilter tasks due after this timestamp.
due_at_beforestringoptionalFilter tasks due before this timestamp.
created_at_afterstringoptionalFilter tasks created after this timestamp.
created_at_beforestringoptionalFilter tasks created before this timestamp.
updated_at_afterstringoptionalFilter tasks updated after this timestamp.
updated_at_beforestringoptionalFilter tasks updated before this timestamp.
no_defaultsbooleanoptionalWhether Dart should skip its default filters and ordering.
oarrayoptionalThe ordered Dart sort fields.
limitintegeroptionalThe maximum number of tasks to return.
offsetintegeroptionalThe result offset.
GET
dart_get_task
Retrieve a Dart task by its ID.

/tasks/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe 12-character alphanumeric Dart task ID.
PUT
dart_update_task
Update a Dart task using its item ID and the official item wrapper.

/tasks/{item}

1 parameter
ParamTypeRequiredDescription
itemobjectrequiredThe task ID and fields included in the official Dart update request.
DELETE
dart_delete_task
Move a Dart task to trash and return the updated task.

/tasks/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe 12-character alphanumeric Dart task ID.