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
Database item
Retrieves a specific item by ID from a database table. Supports field selection with ?select=field1,field2,field3
.
project id
table name
item id
comma-separated list of fields to return (e.g. ?select=name,email,created_at)
Database item