get https://a.klaviyo.com/api/catalog-category-bulk-delete-jobs
Get all catalog category bulk delete jobs.
Returns a maximum of 100 jobs per request.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
catalogs:read
Responses
Get all catalog category bulk delete jobs.
Returns a maximum of 100 jobs per request.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
catalogs:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/catalog-category-bulk-delete-jobs \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
46}
{
"data": [
{
"type": "catalog-category-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": {
"self": "string"
},
"relationships": {
"categories": {
"links": {
"self": "string",