Basic database APIs (client side)
Get specific item in a table
Retrieves a specific item by ID from a database table. Supports field selection with ?select=field1,field2,field3
.
GET
Path Parameters
project id
table name
item id
Query Parameters
comma-separated list of fields to return (e.g. ?select=name,email,created_at)
Response
200
application/json
Database item