Returns a list of classic Insights reports on your Kantata OX account. When a title is provided, reports that match the title are returned. When a title is not provided, all classic Insights reports on your account are returned.
GET
curl -i -X GET \
'https://api.mavenlink.com/api/v1/insights_reports?title=string'A list of Insights Reports have been retrieved.
Array []
A unique identifier that each Insights report has. This identifier is primarily used by the Insights Report Exports endpoint to schedule exports of Insights reports.
Response
[ { "identifier": "string", "title": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]