Skip to content

Insights Reports

View a list of classic Insights reports.

Get Insights Reports

Request

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.

Query
titlestring

Specify the title of the report you would like to find similar matches for.

GET
/insights_reports
curl -i -X GET \
  'https://api.mavenlink.com/api/v1/insights_reports?title=string'

Responses

A list of Insights Reports have been retrieved.

Bodyapplication/json
Array [
identifierstring

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.

titlestring

The title of an Insights report, defined by users.

created_atstring, (date-time)

The date and time a report was last updated.

updated_atstring, (date-time)

The date and time at which a report was created.

]
Response
[ { "identifier": "string", "title": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]