DATA
Get item by ID from capsule
GET
https://{capsule-id}.sid.ai
/
data
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
. API keys can be generated in the dashboard.
Path Parameters
id
string
requiredThe ID of the item to retrieve
Query Parameters
fullText
boolean
default: falseWhether to include the full text content of the item
Response
200 - application/json
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
full_text
string
Full text content of the item (only included if fullText=true)
Was this page helpful?