24004: Resource not found
AUDIENCES
ERROR
The requested Audiences resource does not exist. This can mean the resource was never created, was already deleted, or the ID in the request path is incorrect.
- The audience ID (
aud_...), snapshot ID (snap_...), or operation ID (op_...) does not exist in your account. - The resource was previously deleted and can no longer be accessed.
- The resource ID contains a typo or uses the wrong prefix. Audiences IDs always start with
aud_, snapshots withsnap_, and operations withop_.
- Verify the resource ID is exactly as returned by the create or list endpoint. Copy the full ID including the prefix (for example,
aud_audience_01h9d8r0vte3hz8tykdj329t7r). - Use the list endpoint to confirm the resource exists:
GET /preview/Audiencesfor audiences,GET /preview/Snapshotsfor snapshots,GET /preview/Operationsfor operations. - If the resource was deleted, create a new one. Deleted resources cannot be recovered.