Check the Status of a Perplexity Deep Research Job
perplexity_check_research(
.job,
.api_key = Sys.getenv("PERPLEXITY_API_KEY"),
.max_tries = 3
)An updated tidyllm_research_job with a $status field and $response if completed.
A tidyllm_research_job object returned by perplexity_deep_research(.background = TRUE).
Character; Perplexity API key (default: from environment).
Integer; maximum retries (default: 3).