Get a Prosecution Document
get_prosecution_documentRetrieve one specific USPTO prosecution document by the stable document_id returned from list_prosecution_documents, USPTO document id, code, or date. Returns the working USPTO document link, extraction/readability status, cached document text, and optional query-centered excerpts. Use text_query when the user asks what the document says about a particular issue. Call with serial_number alone and it returns the list of documents on file (newest first) so you can pick one — no separate list_prosecution_documents call needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| text_query | No | Optional word or phrase; returns up to five excerpts centered on matches. | |
| document_id | No | Stable GleanMark document UUID; the exact selector. Omit every selector to get the list of documents for this serial and pick one from it. | |
| document_code | No | Document code such as NFIN, FREF, ROA, or RFR. | |
| document_date | No | Exact document date in YYYY-MM-DD. | |
| serial_number | Yes | Eight-digit USPTO serial number. | |
| uspto_document_id | No | USPTO document identifier from list_prosecution_documents. |