Endpoint for getting reports for finished audit engagements.
It is sorted by newest first.
It has the team_members field which contains information about the
auditors who took part in the audit engagement. This information includes
the auditor_public_profile field which points to the public profile of the auditor.
If the auditor’s profile is private, the value is null. It also include the rank_during_audit
which states the auditor rank at the time of the audit engagement; which may now be
different from the current rank found in the auditor’s public profile.
Access control rules
- Publicly accessible.
Documentation Index
Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Maximum number of reports to return.
Defaults to 100, limited to 1000.
x >= 0Pagination value.
When this route is first used it returns a next_value, when set as the
next value it will return the next set of items, implementing
pagination.
Search the report with the given query.
This currently searches the report title and client name.
Filter reports based on guild name.