get https://a.klaviyo.com/api/profile-bulk-import-jobs//relationships/lists
Get list relationship for the bulk profile import job with the given ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:read
Responses
Get list relationship for the bulk profile import job with the given ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profile-bulk-import-jobs/id/relationships/lists \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": [
{
"type": "list",
"id": "Y6nRLr"
}
]
}