Skip to main content
GET
/
catalog
/
{project}
/
assets
/
{asset}
/
rows
Get the top N rows from the table backed by this asset
import requests

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

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.