v3
latestOpenAPI 3.1.02026-08-045365213.8 KBGet Task Status
Get the status of an asynchronous task.
Args: task: The type of task (segment, bulkmatch, discogen) task_id: The unique identifier for the task request: The FastAPI request object auth_info: Authentication information
Returns: JSON response with task status, progress, and results if available
Raises: HTTPException: If task type is not supported or task not found
get/{task}/status/{task_id}
Path parameters
taskstring required
Task family: discogen, bulkmatch, contactmatch, or segment.
Task family: discogen, bulkmatch, contactmatch, or segment.
task_idstring required
Response
Successful Response
{"stackTrail":"paths:/{task}/status/{task_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}