Tasks endpoint - google-marketing-solutions/topic-mine GitHub Wiki
- Gets the status for a specific task id.
- Method: GET
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"
}