A Task is a defined, actionable item with references to Records and assigned Workspace Members.
List all Tasks. Results are sorted by creation date, from oldest to newest.
task:read
requireduser_management:read
requiredrecord_permission:read
requiredobject_configuration:read
requiredlimit
integer
The maximum number of results to return. Defaults to 500. See the full guide to pagination here.
offset
integer
The number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
Status code
Description
200 - Success
Creates a new Task.
At present, Tasks can only be created from plaintext without Record reference formatting.
task:read-write
requireduser_management:read
requiredrecord_permission:read
requiredobject_configuration:read
requireddata
object
REQUIRED
Status code
Description
200 - Success
Get a single Task by ID.
task:read
requireduser_management:read
requiredrecord_permission:read
requiredobject_configuration:read
requiredtask_id
string
REQUIRED
The ID of the Task.
Format: UUID
Status code
Description
200 - Success
Delete a Task by ID.
task:read-write
requiredtask_id
string
REQUIRED
The ID of the Task to delete.
Format: UUID
Status code
Description
200 - Success