GET
/
v1
/
storage
/
docsets
/
{docset_id}
/
docs
List Docs
curl --request GET \
  --url https://api.aryn.cloud/v1/storage/docsets/{docset_id}/docs \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

docset_id
string
required

Query Parameters

comparator
string | null
filter_dict
string | null
page_size
integer
default:100
page_token
string | null

Response

Successful Response

The response is of type object.