Get Bulk Profile Import Job Lists
GET {{baseUrl}}/api/profile-bulk-import-jobs/:id/lists/
Get list for the bulk profile import job with the given ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields[list] | string | For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":[{"type":"list","id":"\u003cstring\u003e","attributes":{"name":"\u003cstring\u003e","created":"\u003cdateTime\u003e","updated":"\u003cdateTime\u003e","opt_in_process":"single_opt_in"},"links":{"self":"\u003curi\u003e"},"relationships":{"profiles":{"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}},"tags":{"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}}}},{"type":"list","id":"\u003cstring\u003e","attributes":{"name":"\u003cstring\u003e","created":"\u003cdateTime\u003e","updated":"\u003cdateTime\u003e","opt_in_process":"double_opt_in"},"links":{"self":"\u003curi\u003e"},"relationships":{"profiles":{"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}},"tags":{"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}}}}],"links":{"self":"\u003curi\u003e","first":"\u003curi\u003e","last":"\u003curi\u003e","prev":"\u003curi\u003e","next":"\u003curi\u003e"}}