Spec Reindex Status Active
API Specs
Spec Reindex Status Active
Check if there’s an active re-indexing task for the specified spec.
Checks for an active re-indexing task using the unique_id pattern (api_name + org_id).
Parameters:
- api_name (str): The name of the spec to check for active reindex tasks.
- current_user (AuthUser): The current user making the request. Retrieved using dependency injection.
Returns:
- dict: Task status and additional information if an active task is found, None otherwise.
