get_audience_data
Retrieve a paginated subset of an uploaded audience list, with each access audit-logged. Returns rows according to the defined schema.
Instructions
Read a paginated slice of an audience upload (e.g. an email list a business uploaded). Each access is audit-logged. Returns rows keyed by the schema columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | Yes | The Computeback business id whose audience you're reading | |
| audience_id | Yes | The audience upload id | |
| page | No | 1-indexed page number | |
| page_size | No | Rows per page (max 500) | |
| task_id | No | Optional offer/task id for audit-trail correlation |