GET
/
data
/
{id}
curl --request GET \
  --url https://{capsule-id}.sid.ai/data/{id} \
  --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": {},
  "full_text": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the item to retrieve

Query Parameters

fullText
boolean
default:false

Whether to include the full text content of the item

Response

200
application/json

Successful response

The response is of type object.