get https://{baseUrl}/api/reportbuilder/getAllReports
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/reportbuilder/getAllReports \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"id": 0,
"title": "string",
"moduleName": "string",
"createdByUserName": "string",
"dateCreated": "2025-04-17T02:07:45.960Z",
"chartType": "string"
}
]