Skip to main content
GET
Query History

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

databaseId
string
required

The database's id (UUID), from databases.list.

Query Parameters

cursor
string

Opaque cursor from the previous page.

limit
integer

Page size from 1 to 100. Defaults to 50.

Response

A page of query history.

items
object[]
required
nextCursor
string | null
required