Skip to main content
GET
List Attorneys

Overview

Returns a paginated list of attorneys derived from the trademark records Signa has ingested. Use this for attorney lookup, prosecution counsel discovery, or building a competitive view of who is filing for whom. Search supports trigram-based fuzzy name matching.

Query Parameters

string
Fuzzy attorney name search.
string
Restrict to attorneys at a specific firm (firm_...).
string
ISO 3166-1 alpha-2 country code filter.
string
default:"-trademark_count"
Sort field. One of -trademark_count, trademark_count, -grant_rate, grant_rate, -avg_prosecution_days, avg_prosecution_days, -latest_filing, latest_filing, -name, name.
integer
default:"20"
Page size (1-50).
string
Pagination cursor from a previous response.

Response

object[]
Array of attorney summary records.
string
Attorney ID (att_...).
string
Display name of the attorney.
string
Normalized name used for entity resolution.
string
Affiliated firm name when known.
string
Two-letter country code.
integer
Total trademarks attributed to this attorney. Counts marks: a Madrid IR family counts once, matching the default grouped GET /v1/trademarks listings.
integer
Count of active trademarks (registered + pending). Always present; 0 when stats not yet computed.

Code Examples

Errors