Skip to main content
GET
/
catalog
/
{project}
/
assets
/
{asset}
/
count
Count the number of rows in the table backed by this asset
import requests

url = "http://api/apollo/catalog/{project}/assets/{asset}/count"

response = requests.get(url)

print(response.text)
{}

Path Parameters

project
string
required
asset
string
required

Response

200 - application/json

successful operation

The response is of type object.