Get a single row by ID.
cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/db/{table}/{id} \ --header 'X-API-Key: <api-key>'
{ "data": { "id": 1, "name": "John Doe", "email": "john@example.com", "status": "active" } }
Documentation IndexFetch the complete documentation index at: https://docs.kapso.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Table name
Row ID
Row returned
A row from the database table
Was this page helpful?