Retrieves a finished job and returns one row per submitted request, in
submission order, with the same diagnostic columns as call_llm_par()
(response text, success, finish reason, token counts including cached
tokens, response id, raw JSON). Rows whose requests failed carry the
provider's error message. Parse structured replies afterwards with
llm_parse_structured_col() or llm_parse_tags_col(), exactly as for
live results.
Arguments
- job
An
llmr_batch_jobfromllm_batch_submit(), or the path to one saved viastate_path.
Value
A tibble with custom_id plus the diagnostic columns described
above. If the job is not finished yet, an error is raised; check with
llm_batch_status() first.