Skip to main content
Type: Read · Required scope: decks:read · Cost: Free

Parameters

string
required
The job ID returned by create_deck.

Response

string
One of queued, running, succeeded, failed, canceled.
object | null
While running, progress.slides_done shows how many slides are finished.
integer | null
Final credits charged once settled; refunded to 0 on failure or cancel.

Status lifecycle

Polling recommendations

Claude polls automatically. You only need to call this tool manually if you’re building a custom integration.
  • Poll every 10 seconds while status is queued or running.
  • A 10-slide deck typically takes 3–7 minutes; a 40-slide deck up to 20 minutes.
  • Stop polling as soon as status is succeeded, failed, or canceled.

Errors