get https://a.klaviyo.com/api/profile-bulk-import-jobs/
Get a bulk profile import job with the given job ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:read
profiles:read
Responses
Get a bulk profile import job with the given job ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:read
profiles:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profile-bulk-import-jobs/job_id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
59}
{
"data": {
"type": "profile-bulk-import-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",
"expires_at": "2022-11-08T00:00:00+00:00",
"started_at": "2022-11-08T00:00:00+00:00"
},
"links": {
"self": "string"
},
"relationships": {
"lists": {
"data": [
{
"type": "list",
"id": "string"
}
],
"links": {
"self": "string",
"related": "string"
}
},
"profiles": {
"links": {