GET
/
v1
/
storage
/
docsets
List Docsets
curl --request GET \
  --url https://api.aryn.cloud/v1/storage/docsets \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer
default:100
page_token
string | null
name_eq
string | null

Response

Successful Response

The response is of type any.