Skip to main content
POST
/
reports
/
list
List saved reports in the workspace
curl --request POST \
  --url https://api.supersonic.cv/reports/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "search": "<string>",
  "page": 123,
  "per_page": 123
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json

Filter reports by name

page
integer
per_page
integer

Response

Success

The response is of type object.