Gallery Platform API
Reference

Get a saved report view

Returns a single saved report view.

GET
/gallery/saved-reports/{id}

Returns a single saved report view.

Authorization

bearerAuth reports:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: reports:read

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "id": "string",  "report_key": "string",  "name": "string",  "config": {    "hidden": [],    "sort": {      "id": "string",      "desc": true    }  },  "owner_id": "string",  "created_at": "string",  "updated_at": "string"}