Get_petition_details
Retrieve complete petition details including legal context, timeline, and document metadata from USPTO Final Petition Decisions using a petition ID.
Instructions
Get complete details for a specific petition by petition ID (UUID).
⚠️ CRITICAL: Proxy URLs in documentBag require proxy server to be running! MANDATORY WORKFLOW when include_documents=True:
Call fpd_get_petition_details(petition_id=X, include_documents=True)
Call fpd_get_document_download(petition_id=X, document_identifier=DOC1) - starts proxy
NOW provide all document download links to user - proxy is ready
Use for: Deep dive into specific petition, document metadata access, full legal context review.
Returns:
All petition fields (no filtering)
Document metadata if include_documents=True (file names, page counts, identifiers)
Full legal context (all issues, CFR rules, statutes cited)
Complete timeline (petition filed → decision issued)
Document access:
Use documentIdentifier from documentBag with fpd_get_document_download for browser access
Typical documents: Petition PDF, Decision PDF, supporting exhibits
Parameters:
petition_id: Petition decision record identifier (UUID from search results)
include_documents: Include documentBag with file metadata (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| petition_id | Yes | ||
| include_documents | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |