get https://a.klaviyo.com/api/catalog-item-bulk-delete-jobs//
Get a catalog item bulk delete job with the given job ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
catalogs:read
Responses
Get a catalog item bulk delete job with the given job ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
catalogs:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/catalog-item-bulk-delete-jobs/job_id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-07-15'
xxxxxxxxxx
37}
{
"data": {
"type": "catalog-item-bulk-delete-job",
"id": "string",
"attributes": {
"status": "processing",
"created_at": "2022-11-08T00:00:00+00:00",
"total_count": 10,
"completed_count": 9,
"failed_count": 1,
"completed_at": "2022-11-08T00:00:00+00:00",
"errors": [
{
"id": "e4eebb08-b055-4a6f-bb13-c8cb69c9eb94",
"code": "invalid",
"title": "Invalid input",
"detail": "The payload provided in the request is invalid.",
"source": {
"pointer": "/data"
}
}
],
"expires_at": "2022-11-08T00:00:00+00:00"
},
"links": {