Datasources
List rows
List rows in the table identified by {tId} in the data source identified by {dsId} in the workspace identified by {wId}.
get/api/v1/w/{wId}/spaces/{spaceId}/data_sources/{dsId}/tables/{tId}/rows
Path parameters
wIdstring required
Unique string identifier for the workspace
spaceIdstring required
ID of the space
dsIdstring required
ID of the data source
tIdstring required
ID of the table
Query parameters
limitinteger
Limit the number of rows returned
offsetinteger
Offset the returned rows
Response
The rows
Example response
[
{
"id": 12345,
"createdAt": 1625097600,
"name": "Customer Knowledge Base",
"description": "Contains all customer-related information and FAQs",
"dustAPIProjectId": "5e9d8c7b6a",
"connectorId": "1f3e5d7c9b",
"connectorProvider": "webcrawler",
"assistantDefaultSelected": true
}
]