Skip to main content
GET
Firm Attorneys

Overview

Returns the attorneys associated with a firm. Each row includes the attorney’s filing volume, grant rate, and most recent filing date so you can rank within the firm.

Path Parameters

id
string
required
Firm ID (firm_...).

Query Parameters

limit
integer
default:"20"
Page size (1-100).
cursor
string
Pagination cursor from a previous response.

Response

data
object[]
Array of attorney records at this firm.
data[].id
string
Attorney ID (att_...).
data[].name
string
Display name of the attorney.
data[].canonical_name
string
Normalized name used for entity resolution.
data[].firm_name
string
Firm display name.
data[].country_code
string
Two-letter country code.
data[].trademark_count
integer
Total trademarks attributed to this attorney.
data[].grant_rate
number
Share of concluded prosecutions (registered + expired + cancelled) that were ever granted (0-1).
data[].latest_filing
string
ISO date of the most recent filing handled.
data[].created_at
string
ISO 8601 record creation timestamp.
data[].updated_at
string
ISO 8601 last-updated timestamp.

Code Examples

Errors