Skip to main content
GET
/
activeviam
/
pivot
/
rest
/
v9
/
database
/
discovery
/
tables
/
{tableName}
/
size
Retrieve size of a table.
curl --request GET \
  --url http://localhost:9090/activeviam/pivot/rest/v9/database/discovery/tables/{tableName}/size
123

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

tableName
string
required

Desired table name.

Response

200 - application/json

Table size returned successfully.

The response is of type integer<int64>.