curl --request GET \
--url https://api.botpress.cloud/v1/tables/{table}/row \
--header 'Authorization: Bearer <token>' \
--header 'x-bot-id: <x-bot-id>'{
"row": {
"id": 123,
"computed": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"stale": [
"<string>"
],
"similarity": 123
}
}Fetches a specific row from a table using the row’s unique identifier.
curl --request GET \
--url https://api.botpress.cloud/v1/tables/{table}/row \
--header 'Authorization: Bearer <token>' \
--header 'x-bot-id: <x-bot-id>'{
"row": {
"id": 123,
"computed": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"stale": [
"<string>"
],
"similarity": 123
}
}Documentation Index
Fetch the complete documentation index at: https://botpress.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bot id
Integration id
Integration alias
Integration name
User Id
User Role
The table's name or unique identifier for targeting specific table operations.
Identifier of the row within the table.
The requested row object.
Show child attributes
Was this page helpful?