Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section XVI. System Administration
  4. Accessing IT Analytics Reports with the REST API
  5. Extracting data from tabular reports (with pagination)

Extracting data from tabular reports (with pagination)

With the REST API, you can extract data from tabular reports using pagination in JSON and XML formats.

As a prerequisite, ensure you have the API key required for user authentication on Swagger. See Authentication for REST APIs. for steps to generate the API key.

To extract data from tabular reports

  1. In the IT Analytics portal, generate a tabular report and save it.

    See Save Reports.

  2. Run the saved report.
  3. Press Ctrl + Alt + T to view the Report Statistics and find the Report ID.
  4. Access swagger (<portal_url>/api/swagger-ui.html).
  5. Select option v1 from Select a spec.
  6. Click Authorize and enter the API key generated from the IT Analytics portal.

    The API key is passed in the authorization header of the REST API.

  7. Expand Report section.
  8. Expand /v1/reports/{reportId} and click try it out.
  9. Enter Report Id and click Execute.

Feedback

Was this page helpful?
Previous

Authentication for REST APIs

Next

Exporting reports

Feedback

Was this page helpful?