Skip to main content
GET
/
reports
/
{reportId}
Get report details
curl --request GET \
  --url https://api.kansato.com/sdk/whistle/v1/reports/{reportId} \
  --header 'Authorization: <api-key>'
{
  "report": {}
}

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

Path Parameters

reportId
string
required

Response

Report detail

report
object
required