v1

latestOpenAPI 3.0.02026-07-235726.6 KB
Records

Get records from a table

Retrieves paginated rows from a table with optional filtering and sorting

get/api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records

Path parameters

moduleNamestring required

Module name

tableNamestring required

Table name

workspaceIdstring required

Workspace ID

Query parameters

fieldsstring

Comma-separated list of field names to include

filterstring

Filter conditions as a JSON string (e.g., {"email": "test@example.com"})

limitnumber

Maximum number of rows to return (1-100)

offsetnumber

Number of rows to skip (starts with 0)

sortstring

Field name to sort by

Response

Rows retrieved successfully