Skip to main content
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 neither sort 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

id
string
required
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:
q
string
Search query text within this attorney’s trademarks.
sort
string
default:"-filing_date"
Sort field(s), comma-separated, - prefix for descending.
owner_id
string
Filter to marks owned by a specific owner (own_...).
firm_id
string
Filter to marks handled through a specific firm (firm_...).
include
string
Comma-separated optional row projections. full_goods_services returns full classifications[].goods_services_text instead of the truncated summary text.
fields
string
Sparse top-level field projection, comma-separated. id and object are always retained. Unknown names return 400.
limit
integer
default:"20"
Items per page (1-100).
cursor
string
Pagination cursor from a previous response.

Response

Returns a list envelope of trademark summary objects belonging to this attorney.

Code Examples

Errors