bulk export smart list API | Community
Skip to main content
Level 5
May 14, 2020
Solved

bulk export smart list API

  • May 14, 2020
  • 1 reply
  • 6669 views

In Marketo developer,  bulk extract API details are given  in the below link
https://developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/#filters

https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Smart_Lists/getSmartListsUsingGET 

But, after implementing it fetches user record with date and time and number of smart list created in a particular workspace.  

Although, I am looking to fetch all lead details from a particular smart lists. is there any API Endpoint are available to perform this kind of action? 
I found alternate option to use static list and smart campaign but I want to avoid to use that feature.    

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

But, I want to retrieve email address, firstname  and last name fields for member of smart list. In the below thread it says possible by using static list only.

https://nation.marketo.com/t5/Product-Discussions/leads-of-a-smartlist-how-to-access-using-rest-api/td-p/177508


The REST Bulk Extract by Smart List endpoint didn't exist 5 years ago.

 

Use the endpoint just as documented, it'll work fine.  (Unsure why you'd say you "implemented" it when you haven't tried it yet!)

1 reply

SanfordWhiteman
Level 10
May 14, 2020

Although, I am looking to fetch all lead details from a particular smart lists. is there any API Endpoint are available to perform this kind of action? 
I found alternate option to use static list and smart campaign but I want to avoid to use that feature.    


Bulk Extract by Smart List is exactly what you describe. But you haven't supplied any details at all about how you're calling the endpoint so can't tell what you're doing wrong.

 

 

Level 5
May 14, 2020

Hi San,

I am using Endpoint for bulk export data using GET /rest/asset/v1/smartLists.json but it retrieves all smart list details. I am looking to retrieves member of smart list. For example I have created smart list  that store lead details who has opened the email and I am getting 10 leads. Now, using API I want to extract 10 lead details from smart list API. is it possible? I have alternate solution by using static list and smart campaign  but I want to skip this step and use smart list API only.

Jay
SanfordWhiteman
Level 10
May 14, 2020

I am using Endpoint for bulk export data using GET /rest/asset/v1/smartLists.json but it retrieves all smart list details.


Of course, that's how you get the ID.

 


but I want to skip this step and use smart list API only.

You use the Bulk Extract by Smart List ID, the endpoint(s) you yourself linked to.