GET
/
data
curl --request GET \
  --url https://{capsule-id}.sid.ai/data \
  --header 'Authorization: Bearer <token>'
[
  {
    "item_id": "<string>",
    "kind": "<string>",
    "uri": "<string>",
    "time_added": "2023-11-07T05:31:56Z",
    "time_authored": "2023-11-07T05:31:56Z",
    "metadata": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>. API keys can be generated in the dashboard.

Response

200
application/json
Successful response
item_id
string

Unique identifier for the item

kind
string

Type of the item (e.g., 'file' or 'text')

uri
string

URI associated with the item

time_added
string

Timestamp when the item was added to the capsule

time_authored
string

Timestamp when the item was originally authored

metadata
object

Additional metadata associated with the item