Skip to main content

BulkTrackForReleasesItem

Per-series outcome of a bulk track / untrack operation.

Returned in BulkTrackForReleasesResponse.results so the UI can show a per-row status (e.g. "tracked", "skipped: not found", "errored: …") without re-querying the tracking config endpoint per series.

detailstring | nullnullable

Free-form detail (error message for errored, reason for skipped). None for the success cases.

outcomestringrequired

tracked | untracked | skipped | errored.

seriesIdstring<uuid>required
BulkTrackForReleasesItem
{
"detail": "string",
"outcome": "string",
"seriesId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}