This operation is called by your app after the UCW SDK reports a TSS request event (for example, from polling the TSS node). The server fetches the authoritative TSS request state from WaaS and updates the local record. On success, the vault group cache may be refreshed if the request has reached a terminal state.
Body from UCW SDK TSSRequest (e.g. after polling the TSS node).
Core Engine reconciles state with WaaS using get_tss_request_by_id; the numeric status
field is informational and not written to the database as the source of truth.
Successful Response
TSS row after syncing from WaaS.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.