Re-run a saved trademark search and return current results
POST /v1/trademarks/search. Side effect: updates the saved search’s last_executed_at and result_count fields.
Requires both the portfolios:manage and search:read scopes.
The response is never cached (Cache-Control: private, no-store).
POST /v1/trademarks/search: data[], aggregations, search_meta, has_more, pagination, livemode, request_id.
include_total is forced on so the saved search execution stats can be updated.
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid UUID or limit |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks portfolios:manage or search:read |
| 404 | not_found | Saved search does not exist or belongs to another org |
| 422 | saved_search_outdated | Stored query is malformed or uses an older schema; recreate the saved search |