GET
/
tables
/
{table_id}
/
rows
[
  {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

table_id
string
required

Query Parameters

limit
integer
default:100

Maximum number of rows to return

offset
integer
default:0

Number of rows to skip

workspace_id
string
required

Response

200
application/json
Successful Response
id
string
required
created_at
string
required
updated_at
string
required

Was this page helpful?