/api/v1/bulk_enrichmentRetrieve a list of bulk enrichments.
Request
// supports pagination query params: limit, pageNum, sortBy, sortOrder curl https://api.pipelineai.com/api/v1/bulk_enrichment -H 'Authorization: Basic <TOKEN>'
Response
{
"code": 200,
"data": {
"lists": [
{
"_id": "687f32e66dfb1c3242b26212",
"name": "Custom Contacts",
"entityType": "contactList",
"status": "public",
"isDynamic": false,
"completionStatus": "complete",
"companies": 0,
"contacts": 4,
"createdBy": "6613b22c91999bd165ef1111",
"isArchived": false,
"customColumns": [],
"exaList": [],
"createdAt": "2025-07-22T06:38:30.759Z",
"updatedAt": "2025-07-22T06:39:34.415Z"
},
]
"createdByData": {
"6613b22c91999bd165ef1111": [
{
"_id": "6613b22c91999bd165ef1111",
"userName": "Test User"
}
],
},
"totalRecords": 1,
"totalPages": 1,
"pageNum": 1
}