Poll a chat completion started by ask_gcai, using the job_id it returned.
Toolask_gcai_status · Behavior Read-only
Poll a chat completion started by ask_gcai, using the job_id it returned. While status is running or pending, poll again; when succeeded, result holds the answer.
The chat ID. API chats stay out of chat history until you materialize them. Pass this ID to POST /chat/{id}/materialize to surface the chat. See Chat Visibility.
Documents produced during this completion: either edits of an attached file (the document editing tool) or newly generated files (the document or slide generation tools). Present only when at least one document was produced. Each entry exposes a new file_id and a signed download URL; edits also reference the preserved original via original_file_id.
The new uploaded file ID for the produced document. Use it with POST /chat/completionsfile_ids to apply further edits to this version. Download via signed_url for the finished file.
Time-limited direct download URL (no login required). Valid for 7 days from job completion. Download promptly; the URL is not re-minted, so re-fetching the job after expiry returns the same expired URL. For a link you intend to store or email, use download_url instead.
Permanent, login-gated download link for the produced document. Unlike signed_url it never expires: it points at a GC AI web page that mints a fresh download for a signed-in user with access to the file, and redirects to GC AI login otherwise. Use this for links you store or email. The produced document inherits the source document’s access, so it opens for whoever can already see the source: a document uploaded to the organization is org-visible, one in a project is visible to that project’s members, and one in personal files stays private to the uploader. Recipients still need a GC AI login.
Email drafts produced during this completion by the email drafting tool. Present only when at least one email was drafted. Each entry is a structured draft (to, subject, body, …) ready to send via your own mail client or provider.
Diagrams produced during this completion by the diagram tool. Present only when at least one diagram was produced. Each entry exposes validated Mermaid source (mermaid) you can render with any Mermaid-compatible renderer.