Retrieves a specific item by ID from a database table. Supports field selection with ?select=field1,field2,field3.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
project id
table name
item id
comma-separated list of fields to return (e.g. ?select=name,email,created_at)
Database item
Database item