> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sequenzy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Subscriber Operations

> Read recent background tagging tasks

Read recent background tagging tasks. See [background contact tasks](../../concepts/subscribers#background-tagging) for selection, retry and cancellation behavior.

Requires subscribers:read. Tagging and cancelling a tagging task also require subscribers:tag; creating tag definitions requires tags:write; triggering automations requires automations:trigger. Personal keys retain current company role restrictions. Company keys retain company-scoped authority. Workers recheck authority on every page.

Returns `200` with `success` and up to twenty recent retained `operations`, newest first. Poll while a task is queued or running.

Missing authentication returns `401`; missing scopes or company access return `403`. An operation outside the selected company is reported as `404`, as is an operation whose retained record no longer exists.
