Skip to main content
GET
/
v1
/
public
/
reports
List Reports
curl --request GET \
  --url https://api.sanka.com/v1/public/reports \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "description": "<string>",
    "report_type": "<string>",
    "panel_count": 0
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspace_id
string | null

Response

OK

id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
name
string | null
description
string | null
report_type
string | null
panel_count
integer
default:0