Skip to content

Add timestamps to task schema #542

@stan-dot

Description

@stan-dot

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"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpythonPull requests that update Python coderest apiPotential REST API changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions