POST
/
projects
/
{project_id}
/
observe
/
rows

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required

Query Parameters

start_time
string | null
end_time
string | null
chain_id
string | null
limit
integer
default: 50
offset
integer
default: 0
include_chains
boolean
default: false
scope
string | null
default:

Body

application/json
filters
object[]
sort_spec
object[]
columns
string[] | null

Response

200 - application/json

Rows response with column types for json blobs.

columns example: { "metrics": { "uncertainty": "float" }, "user_metadata": { "source": "string" } }

starting_token
integer
default: 0
limit
integer
default: 100
paginated
boolean
default: false
next_starting_token
integer | null
columns
object
required
rows
any[]
required
filter_options
object