← Tools Reference

Dovetail

Dovetail integration (Productivity, Data). Imported from open-connector.

API key6 toolshttps://dovetail.com/api
GET
dovetail_get_token_info
Get metadata for the current Dovetail personal API key.

/v1/token/info

GET
dovetail_list_projects
List Dovetail projects with pagination and title filtering.

/v1/projects

4 parameters
ParamTypeRequiredDescription
startCursorstringoptionalCursor returned by the previous page.
limitintegeroptionalMaximum number of records to return, from 0 to 100.
sortstringoptionalSingle Dovetail sort instruction.
titleContainsstringoptionalCase-insensitive substring used to filter Dovetail titles.
GET
dovetail_list_data
List Dovetail data records with pagination and common filters.

/v1/data

7 parameters
ParamTypeRequiredDescription
startCursorstringoptionalCursor returned by the previous page.
limitintegeroptionalMaximum number of records to return, from 0 to 100.
sortstringoptionalSingle Dovetail sort instruction.
titleContainsstringoptionalCase-insensitive substring used to filter Dovetail titles.
projectIdstringoptionalProject identifier used to filter Dovetail data.
createdAtGtestringoptionalISO 8601 timestamp used to filter Dovetail records.
createdAtLtestringoptionalISO 8601 timestamp used to filter Dovetail records.
GET
dovetail_get_data
Get one Dovetail data record by identifier.

/v1/data/{dataId}

1 parameter
ParamTypeRequiredDescription
dataIdstringrequiredUnique identifier of the Dovetail data record.
PATCH
dovetail_update_data
Update the title or fields of a Dovetail data record.

/v1/data/{dataId}

3 parameters
ParamTypeRequiredDescription
dataIdstringrequiredUnique identifier of the Dovetail data record.
titlestringoptionalUpdated title for the Dovetail data record.
fieldsarrayoptionalReplacement fields for the data record.
GET
dovetail_export_data
Export a Dovetail data record in HTML or Markdown format.

/v1/data/{dataId}/export/{format}

2 parameters
ParamTypeRequiredDescription
dataIdstringrequiredUnique identifier of the Dovetail data record.
formatstringrequiredExport format requested from Dovetail.