Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Return in the API the date of creation or cloning of a report

I need to return the report with its creation date.

Ex..

https://api.powerbi.com/v1.0/myorg/admin/groups/{groupId}/reports?$top=1000

Respose is:

 

{ "value": [ { "datasetId": "cfafbeb1-8037-4d0c-896e-a46fb27ff229", "id": "5b218778-e7a5-4d73-8187-f10824047715", "name": "SalesMarketing", "webUrl": "https://app.powerbi.com/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/reports/5b218778-e7a5-4d73-8187-...", "embedUrl": "https://app.powerbi.com/reportEmbed?reportId=5b218778-e7a5-4d73-8187-f10824047715&groupId=f089354e-8..." } ] }

 

i need include the creation date

 

{ "value": [ { createdAt: "2019-04-30T21:35:15.867-07:00",... } ] }

 

is possible?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

No. Use the audit logs to get the creation date.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

No. Use the audit logs to get the creation date.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors