get https://a.klaviyo.com/api/profile-suppression-bulk-create-jobs/
Get the bulk suppress profiles job with the given job ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
subscriptions:read
Responses
Get the bulk suppress profiles job with the given job ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
subscriptions:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profile-suppression-bulk-create-jobs/job_id \
--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-create-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"
}
}
}
}
}