Tasks endpoint - google-marketing-solutions/topic-mine GitHub Wiki

/tasks/<task_id>

  • Gets the status for a specific task id.
  • Method: GET

Return examples:

HTTP code 200 OK:

{
    "result": "completed",
    "status": "Task status (success/error)"
}

HTTP code 202 Accepted:

{
    "status": "running"
}

HTTP code 404 NOT FOUND:

{
    "error": "Task not found"
}
⚠️ **GitHub.com Fallback** ⚠️