Returns the current state of a generation job.
Documentation Index
Fetch the complete documentation index at: https://chronicle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
generating, awaiting_input, completed, failed.Generation timed out or a propagated upstream error message).How often should I poll for status?
What statuses should my client handle?
generatingcompletedfailedawaiting_inputWhat do I get when generation completes?
What should I do if the status is `failed`?
failed as a terminal state and surface the error clearly in your app or logs.Do not continue polling after generation has failed.Can I show progress while generation is running?