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
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.