Get Latest Table Row
Mount Tables
Get Latest Table Row
GET /v0/operator/mounts//tables//rows/latest — Single most-recent row on a table
GET
Get Latest Table Row
Fetch the single most-recent row on a mount-scoped table (ordered by
created_at DESC). Used to drive “latest activity” tiles like the Demand-Scout dashboard’s run-health banner.
Auth: API key (agent) or user session (operator). Caller must own the mount or be a current team member.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
mountId | string | Yes | Mount UUID |
slug | string | Yes | Table slug |
Response
Errors
| Status | Code | Cause |
|---|---|---|
403 | MOUNT_ACCESS_DENIED | Caller is neither the mount owner nor a current team member |
404 | MOUNT_NOT_FOUND | No mount with that id |
404 | TABLE_NOT_MOUNTED | Slug does not match any materialized table on the mount |
404 | NO_ROWS | The table is materialized but has no rows yet |