Skip to main content
GET
Owner Trademarks

Overview

Returns a paginated list of trademarks held by the specified owner. Use this for portfolio views, competitor intelligence, or auditing an owner’s IP holdings across jurisdictions. 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
Owner ID (e.g. own_R3jK9mN2).

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 owner’s trademarks.
sort
string
default:"-filing_date"
Sort field(s), comma-separated, - prefix for descending.
attorney_id
string
Filter to marks prosecuted by a specific attorney (att_...).
firm_id
string
Filter to marks handled by 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

data
object[]
Array of trademark summary objects belonging to this owner.

Code Examples

Errors