GET
/
api
/
v1
/
view
curl --request GET \
  --url https://your-engine-url/api/v1/view/ \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Query Parameters

schema
string
verbose
boolean
default:false
offset
integer
default:0
limit
integer
default:100

Response

200
application/json
Successful Response

The response is of type any.