Skip to main content
GET
/
reports
List reports
curl --request GET \
  --url https://api.kansato.com/sdk/whistle/v1/reports \
  --header 'Authorization: <api-key>'
{
  "projects": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "reports": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.kansato.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with wh_ prefix. Send as Bearer token: Authorization: Bearer wh_xxxxxxxxxxxx

Query Parameters

status
string
reasonId
string
severity
string
assignee
string
dateFrom
string<date-time>
dateTo
string<date-time>
sort
string
dir
enum<string>
Available options:
asc,
desc
cursor
string

Cursor for pagination (ISO timestamp)

limit
integer
default:25
Required range: 1 <= x <= 100

Response

Paginated report list

projects
object[]
required
reports
object[]
required