How to fetch Journey Name, Journey Status (Live, Draft, Closed, Dry Run etc) and created by (Person name) Details using either query service or via API.
I know the status and created by are not available in any dataset but is there any way I can download or fetch these values for all the journeys in my sandbox ?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You can query journeys dataset and status, created by are not available in the current state (as you have already mentioned)
You can query journeys dataset and status, created by are not available in the current state (as you have already mentioned)
Hii @Mohan_Dugganab Journey Status is available in which dataset ?
Views
Replies
Total Likes
Journey status is currently not available
Is there any way I can fetch Journey Name, Status and created by details from a Sandbox ? @Mohan_Dugganab
Views
Replies
Total Likes
Not in the current state (with respect to all the three attributes). Kindly log an enhancement request for this.
Views
Replies
Total Likes
Hi @Mohan_Dugganab Is there anyway we can do so using APIs ? If yes, can you please share the API details ?
Views
Replies
Total Likes
run this query
select * from JOJourneyVersionsDsTest
if it's returned data then you have access to the journeys metadata table and you can find the details there.
Thanks,
David
Views
Replies
Total Likes
I would avoid using it as it is an internal dataset and not publicly available and can be changed any time breaking any integrations built on top of it. https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/query-the-journey-prope...
Hi @DavidKangni I tried running this query but I only got 17 journey names in result, meanwhile my sandbox has overall 800 journeys (100 live). Is there anyway I can get details of all 800 journeys (Journey Name, Status, Created By)
cc: @Mohan_Dugganab
Views
Replies
Total Likes
As mentioned by @Mohan_Dugganab , this table is not publicly available and you should avoid to use my approach to solve your requirement.
Just a friendly reminder that some of the advisors may have access to Beta Program to provide feedback on LA features and also you may have limitation based on your licensing entitlements.
I will suggest to log an enhancement request.
Thanks,
David
@HardikJa3 Have you tried using the AI assistant to get some of this information?
Views
Replies
Total Likes
Hi @Ivan_Mironchuk AI Assistant is not enabled at my Sandbox.
Views
Replies
Total Likes
@HardikJa3 separately - we are working to expose "READ" APIs for Journeys.
To confirm what you are looking for:
Is that correct?
Views
Replies
Total Likes
Hey @Ivan_Mironchuk Yes, I am looking to fetch these 3 details (Name, Status, Created By) for all the journeys in my Sandbox.
Views
Replies
Total Likes
Hi @Ivan_Mironchuk Were you able to find any API that can help me with this ?
Views
Replies
Total Likes
Hi @HardikJa3 were you able to do this? I'm looking for same solution.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies