Trademark Changes
Details
Trademark Changes
Version-level diff history showing what changed on a trademark and when
GET
Trademark Changes
Documentation Index
Fetch the complete documentation index at: https://docs.signa.so/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the diff log from the change-history ledger for a single mark, reverse chronological by default. Each entry captures the fields that changed in one ingestion version, the old and new values, and the source data date. Use this when you need an audit trail of how a record evolved (status flips, owner changes, classification edits) rather than the office event timeline you get from/history.
Path Parameters
Trademark ID (
tm_...).Query Parameters
Restrict to versions whose
changed_fields array includes this field name. Parent-field changes use snake_case field names (e.g. status_stage, mark_text_primary, expiry_date). Child-entity changes use related entity types (classifications, owners, attorneys, events).Sort order. One of
-changed_at (newest first, default) or changed_at (oldest first).Page size (1-100).
Opaque pagination cursor from a previous response.
Response
Array of change records ordered by
created_at.Monotonically increasing version number for this trademark.
Change classification (e.g.
created, updated, corrected).Names of fields touched in this version.
Field-keyed object of values before the change.
null for the initial version.Field-keyed object of values after the change.
ISO date the source office published this version, when known.
Lowercase office code that produced the change.
ISO 8601 timestamp when Signa observed and persisted the change.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid query parameter |
| 401 | unauthorized | Missing or invalid API key |
| 404 | not_found | Trademark ID does not exist |
| 429 | rate_limited | Too many requests |
Related Endpoints
- Trademark History — office event timeline (filings, publications, decisions)
- Get Trademark — current full detail
- Trademark Source — raw source provenance for the latest version