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.
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"
}
]Maximum number of rows to return
Number of rows to skip
Was this page helpful?