llm_batch_status: Check the status of a batch job

View source: R/batch_api.R

llm_batch_statusR Documentation

Check the status of a batch job

Description

Check the status of a batch job

Usage

llm_batch_status(job)

Arguments

job

An llmr_batch_job from llm_batch_submit(), or the path to one saved via state_path.

Value

A one-row tibble: provider, batch_id, status (provider's wording; "completed"/"ended"/"done" mean ready), n_total, n_completed, n_failed (NA where a provider does not report counts).

See Also

llm_batch_submit(), llm_batch_fetch()


LLMR documentation built on July 11, 2026, 1:06 a.m.