Clean Audience List History
PUT/audiences/clean-list/:id/history
Clean Audience List History
Retrieve the history of cleaning operations for a specific audience list.
Request
Path Parameters
id uuidrequired
ID of the Audience to get cleaning history
Responses
- 200
- 400
- 401
- 404
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
histories object[]
id uuid
fileName string
dateTime string
{
"histories": [
{
"id": "00000000-0000-0000-0000-000000000000",
"fileName": "my contacts - 2026-06-23 14-02-01 UTC.csv",
"dateTime": 1782223323071
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Audience not found
- application/json
- Schema
- Example (from schema)
Schema
statusCode string
message string
{
"statusCode": "404",
"message": "Audience not found with ID: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
}
Method Not Allowed
Loading...