cURL
curl --request GET \ --url https://api.aryn.cloud/v1/storage/docsets \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List all DocSets in the system.
Returns: list[DocSetMetadata]: A list of DocSet metadata objects
Note: Will be paginated in v2
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?