Get Create Categories Job

GET {{baseUrl}}/api/catalog-category-bulk-create-jobs/:job_id/

Get a catalog category bulk create job with the given job ID.

An include parameter can be provided to get the following related resource data: categories.

Rate limits:
Burst: 350/s
Steady: 3500/m

Scopes: catalogs:read

Request Params

KeyDatatypeRequiredDescription
fields[catalog-category-bulk-create-job]stringFor more information please visit https://developers.klaviyo.com/en/v2023-12-15/reference/api-overview#sparse-fieldsets
fields[catalog-category]stringFor more information please visit https://developers.klaviyo.com/en/v2023-12-15/reference/api-overview#sparse-fieldsets
includestringFor more information please visit https://developers.klaviyo.com/en/v2023-12-15/reference/api-overview#relationships

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":{"type":"catalog-category-bulk-create-job","id":"\u003cstring\u003e","attributes":{"status":"cancelled","created_at":"\u003cdateTime\u003e","total_count":"\u003cinteger\u003e","completed_count":0,"failed_count":0,"completed_at":"\u003cdateTime\u003e","errors":[{"id":"\u003cstring\u003e","code":"\u003cstring\u003e","title":"\u003cstring\u003e","detail":"\u003cstring\u003e","source":{"pointer":"/data"}},{"id":"\u003cstring\u003e","code":"\u003cstring\u003e","title":"\u003cstring\u003e","detail":"\u003cstring\u003e","source":{"pointer":"/data"}}],"expires_at":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"},"relationships":{"categories":{"data":[{"type":"catalog-category","id":"\u003cstring\u003e"},{"type":"catalog-category","id":"\u003cstring\u003e"}],"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}}}},"included":[{"type":"catalog-category","id":"\u003cstring\u003e","attributes":{"external_id":"\u003cstring\u003e","name":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"}},{"type":"catalog-category","id":"\u003cstring\u003e","attributes":{"external_id":"\u003cstring\u003e","name":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"}}]}