get https://a.klaviyo.com/api/profile-suppression-bulk-delete-jobs
Get all bulk unsuppress profiles jobs.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
subscriptions:read
Responses
Get all bulk unsuppress profiles jobs.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
subscriptions:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profile-suppression-bulk-delete-jobs \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
}
{
"data": [
{
"type": "profile-suppression-bulk-delete-job",
"id": "string",
"attributes": {
"status": "processing",
"created_at": "2022-11-08T00:00:00+00:00",
"total_count": 10,
"completed_count": 9,
"completed_at": "2022-11-08T00:00:00+00:00",
"skipped_count": 1
},
"links": {
"self": "string"
},
"relationships": {
"lists": {
"links": {
"self": "string",
"related": "string"
}
},
"segments": {
"links": {
"self": "string",
"related": "string"
}
}
}
}
],