tsdr_download_trademark_documents
Download trademark prosecution documents, such as office actions and specimens, as a PDF. Filter by document type or date range to keep downloads within size limits.
Instructions
Download the prosecution document bundle for a trademark as PDF (base64).
USE THIS TOOL WHEN: You need office actions, responses, specimens, or
other file-wrapper documents for a trademark application.
NOTE: TSDR limits PDF downloads to 4 requests per minute per API key,
and unfiltered full wrappers can exceed 10 MB (rejected with
RESPONSE_TOO_LARGE above 4 MB). Call tsdr_list_trademark_documents
first, then filter by document_type and/or date range.
Args:
serial_number: 8-digit application serial number (e.g., "78787878")
document_type: Optional document type filter (e.g., "OOA" for
outgoing office actions, "SPE" for specimens)
date_from: Optional start date filter (YYYY-MM-DD)
date_to: Optional end date filter (YYYY-MM-DD)
Returns:
Dictionary with base64-encoded PDF data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | ||
| date_from | No | ||
| document_type | No | ||
| serial_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |