Skip to main content
GET
/
v1
/
storage
/
docsets
List Docsets
curl --request GET \
  --url https://api.aryn.cloud/v1/storage/docsets \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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