-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python coderest apiPotential REST API changesPotential REST API changes
Description
As a user I'd like to see a timestamp for task initalization and task completion so that I can refer back to what scans have I run at which point in time.
The current schema for GET /tasks/{taskId} does not provide that information. that is useful for the #541 history issue
{
"task_id": "string",
"task": "string",
"is_complete": false,
"is_pending": true,
"errors": [
"string"
]
}
callumforrester
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python coderest apiPotential REST API changesPotential REST API changes