Skip to main content
Contributor I
April 29, 2024
Solved

API Endpoint that Returns a list of profiles in a Flow filtered via Recipient Activity

  • April 29, 2024
  • 2 replies
  • 102 views

I tried finding an answer to this question but I wasn’t able to find one. I could have missed it too so I apologize ahead of time if the answer is available somewhere. 

 

When you view a Flow, you can view Recipient Activity which contain profiles filtered by Waiting, Needs Review, Recipients, Opened, etc. Is there an API endpoint that would do something similar? For example, can I make an API request to a Flow, and respond back with a JSON of all the profiles along with the scheduled send date/time that are in the Waiting status? The JSON would contain data that looks like:
{
     “email”: “johndoe@acme.com”,

     “schedule”:”2024-05-10T08:30:00” 
}

 

Any help or suggestions would be greatly appreciated. 

This topic has been closed for replies.
Best answer by Brian Turcotte

Hi @cmas!

This is not possible with our current APIs, but I will update the thread if anything changes in the future!

 

- Brian

2 replies

Brian Turcotte
Klaviyo Alum
April 30, 2024

Hi @cmas!

This is not possible with our current APIs, but I will update the thread if anything changes in the future!

 

- Brian

cmasAuthor
Contributor I
May 1, 2024

Thanks @Brian Turcotte !