cURL
curl --request GET \ --url https://api.example.com/tables/{table_id}/rows \ --cookie fastapiusersauth=
[ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Get a row by ID.
Maximum number of rows to return
Number of rows to skip
Successful Response
Was this page helpful?