Kantata Kantata OX Knowledge Base
Release Notes
Status Page

Insights Reports

View a list of classic Insights reports.

Get Insights Reports

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.

Request
query Parameters
title
string

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

Responses
200

A list of objects have been retrieved.

Response Schema: application/json
Array
identifier
string

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.

title
string

The title of an Insights report, defined by users.

created_at
string <date-time>

The date and time a report was last updated.

updated_at
string <date-time>

The date and time at which a report was created.

400

Bad Request

401

Unauthorized request

403

Forbidden request

404

Page Not Found

422

Unprocessable Entity

503

Service is unavailable

get/insights_reports
Request samples
Response samples
application/json
[
  • {
    }
]