DocSet
List Docsets
List all DocSets in the system.
Returns: list[DocSetMetadata]: A list of DocSet metadata objects
Note: Will be paginated in v2
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?