GET
/
v1
/
storage
/
docsets
/
{docset_id}
{
  "account_id": "<string>",
  "docset_id": "<string>",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "readonly": true,
  "properties": {},
  "size": 123,
  "schema": {
    "properties": [
      {
        "name": "<string>",
        "property_type": "<string>",
        "default": "<any>",
        "description": "<string>",
        "examples": [
          "<any>"
        ]
      }
    ]
  },
  "prompts": {}
}

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

The unique identifier of the DocSet.

Response

200
application/json
Successful Response

The response is of type object.