Get Attorney
Attorneys
Get Attorney
Retrieve an attorney profile by ID
GET
Get Attorney
Overview
Returns the full detail tier for a single attorney: canonical name, firm linkage, country, address, aliases, alternate identifiers (bar numbers and similar office-issued IDs), and computed practice statistics. There are no?include= parameters on this endpoint, the full detail is always returned.
If the attorney record was merged into another (entity resolution), the endpoint returns 410 entity_merged with the new ID in the error body.
Path Parameters
string
required
Attorney ID prefixed with
att_ (e.g. att_3kPq9X).Response
string
Attorney ID prefixed with
att_.string
Always
attorney.string
Display name of the attorney.
string
Normalized name used for search and deduplication.
string | null
Firm ID prefixed with
firm_, when the attorney is linked to a firm.string | null
Convenience denormalization of the firm’s display name.
string | null
ISO 3166-1 alpha-2 country code.
object | string | null
Postal address as reported by the source office. Shape varies by office: most return a structured object (
lines[], city, state, postal_code, country_code); some offices provide only a free-text string.integer
Total trademarks represented at mark grain.
integer
Count of active trademarks (registered + pending). Always present; 0 when stats not yet computed.
object[]
object[]
Alternate office-issued identifiers (bar numbers, attorney docket IDs).
object | null
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.
string
Unique request identifier for support and debugging.
To enumerate an attorney’s clients, use the dedicated
GET /v1/attorneys/:id/clients endpoint.Code Examples
Errors
Related Endpoints
- List Attorneys: filtered listing of attorneys
- Attorney Trademarks: portfolio of marks an attorney represents
- Attorney Clients: owners represented by an attorney
- Get Firm: detail for the linked firm