You are an IP litigation associate responsible for monitoring 30 active TTAB (Trademark Trial and Appeal Board) proceedings for your firm’s clients. Some of your clients are opponents; others are respondents. You need to track proceeding status changes, flag new oppositions filed against your clients’ marks, and maintain an overview of all active cases. This guide shows how to build an opposition monitoring system using the Signa API.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.
Prerequisites
- A Signa API key with
trademarks:readscope - Client owner IDs or a list of marks to monitor
Find all proceedings involving your clients
Start by querying proceedings where your client appears as a party — either as the opponent (your client filed the opposition) or the respondent (someone opposed your client’s mark).Expected output:
Get details on the contested marks
For each proceeding, fetch the full trademark detail to understand what is at stake.
Surface marks most exposed to opposition
Pull each client’s pending and published marks — the stages most vulnerable to opposition — so you know which applications to watch most closely.
Check prosecution history for contested marks
Review the event timeline of a contested mark to understand how the opposition fits into the prosecution history.Expected output:
Track proceeding outcomes and filter by type
Query proceedings by type and status to build different views of your case docket.
Detect proceeding status changes by polling history
Poll Trademark History on each contested mark to catch status transitions. Run this hourly from your job scheduler and compare the most recent event against the last one you saw.
A status change from
pending_opposition to registered means the opposition was resolved in your client’s favor — the mark proceeded to registration. A change to abandoned or refused would indicate the opposite outcome.Proceeding status reference
| Status | Meaning |
|---|---|
pending | Active, awaiting decision |
decided_granted | Decided in favor of the petitioner/opponent |
decided_rejected | Decided in favor of the respondent |
withdrawn | Petitioner/opponent withdrew the proceeding |
settled | Parties reached a settlement |
suspended | Proceeding paused (often pending related litigation) |
partial | Mixed outcome — some grounds sustained, others denied |
other | Catch-all for unusual outcomes |
What’s next
Trademark Clearance
Run clearance searches to avoid triggering oppositions before you file.
Competitor Intelligence
Track competitor filing patterns to anticipate potential opposition actions.
Renewal Management
Ensure contested marks do not lapse during proceedings by tracking their deadlines.