Get conversion result
get_resultFetch the status and (once finished) the structured result of a job previously created by convert_pdf. Poll this with the job_handle convert_pdf returned until _meta.state is "done" or "failed" -- do not call convert_pdf again while waiting. job_handle is scoped to the account that created it; handles belonging to a different account are rejected as not found.
Requires sign-in (OAuth): this session is not authenticated, so calling this tool will fail until the PDFIntact account is connected and authorized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_handle | Yes | The job_handle returned by convert_pdf |