Tasks

Get a single task by ID, including the full task log as a tree of activity elements.

get/tasks/{id}/details

Path parameters

idstring required

The ID of the task to load details for

Query parameters

rangesstring
tailinteger

If set, determines how many log entries will be returned

verboseboolean

If true, includes verbose output

Response

Returns details about a specific server task

Idstring

Gets or sets a unique identifier for this resource.

LastModifiedBystring

Gets or sets the username of the user who last modified this resource.

LastModifiedOnstring date-time

Gets or sets the date/time that this resource was last modified.

Linksobject

Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.

PhysicalLogSizeinteger

Example response

{
  "ActivityLogs": [
    {
      "Id": "0c5a872485ac4b10857939a92d082e67"
    }
  ],
  "Task": {
    "ProjectId": "Projects-1",
    "SpaceId": "Spaces-1"
  }
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.