queue
Db Table
Fetch rows from one table with basic pagination. Returns: { name, rows, cols, items:[...], limit, offset }
get/queue/db/table/{table_name}
Path parameters
table_namestring required
Query parameters
limitinteger
offsetinteger
order_bystring nullable
Column to order by (falls back to ROWID DESC)
Column to order by (falls back to ROWID DESC)
ascboolean
Order ascending if true
Order ascending if true
Response
Successful Response
{"stackTrail":"paths:/queue/db/table/{table_name}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}