Attorney Trademarks
Attorneys
Attorney Trademarks
List an attorney’s trademarks with the standard trademark filters
GET
Attorney Trademarks
Overview
Returns a paginated list of trademarks an attorney has prosecuted, scoped automatically to the parent attorney. Use this for attorney portfolio views, client roster auditing, or competitive intelligence on prosecution counsel. When neithersort nor q is supplied, results default to most-recent-first (-filing_date); a q text query instead ranks by relevance. Arrays are comma-separated, date ranges use flat _gte, _gt, _lte, and _lt operators, and booleans must be the literal strings true or false.
Path Parameters
Attorney ID (
att_...).Query Parameters
The full List Trademarks filter set applies (status, mark classification, identifiers, geography, Nice/Vienna codes, date ranges, public-company filters, and boolean flags), plus:Search query text within this attorney’s trademarks.
Sort field(s), comma-separated,
- prefix for descending.Filter to marks owned by a specific owner (
own_...).Filter to marks handled through a specific firm (
firm_...).Comma-separated optional row projections.
full_goods_services returns full classifications[].goods_services_text instead of the truncated summary text.Sparse top-level field projection, comma-separated.
id and object are always retained. Unknown names return 400.Items per page (1-100).
Pagination cursor from a previous response.
Response
Returns alist envelope of trademark summary objects belonging to this attorney.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid query parameter or date range |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 404 | not_found | Attorney ID does not exist |
| 429 | rate_limited | Too many requests |
Related Endpoints
- Get Attorney: attorney profile and stats
- Attorney Clients: owners represented by this attorney
- Owner Trademarks: same view scoped to an owner
- List Trademarks: search across all attorneys