For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Legacy Docs
Sign in
Documentation
Changelog
Legacy Docs
Sign in
API Reference
Reports
List all reports
Copy page
GET
https://api.ntropy.com
/
v3
/
reports
List all reports
Authentication
X-Api-Key
string
API Key authentication via header
Query parameters
created_after
datetime or null
Optional
Only return report older or equal than this date
created_before
datetime or null
Optional
Only return report newer than this date
cursor
string or null
Optional
Starting point for the set of report
limit
integer
Optional
1-50
Defaults to
10
The limit of report to be returned
status
enum or null
Optional
If specified, only return reports with this status
Allowed values:
open
pending
resolved
rejected
Response
Successful Response
next_cursor
string or null
data
list of objects
Show 7 properties
Errors
422
Unprocessable Entity Error