Get the status of a task by job ID.
| Field | Type | Description |
|---|---|---|
job_id | str | The unique identifier for the job to check. |
{ "percent_complete": float, "tags_created": Optional[int], "status": str }{
"job_id": "abc123-def456-ghi789"
}
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.