Skip to main content
GET
ListSqlTests

Authorizations

Authorization
string
header
required

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

Query Parameters

annotations.name
string
required

String key for the annotation.

Required string length: 1 - 50
annotations.values
string[]

Optional list of values that the annotation can carry.

Maximum array length: 20
Required string length: 1 - 50
integrationIds
string[]
ids
string[]
configIds
string[]
deprecated
configsFilter.ids
string[]
sources
enum<string>[]
Available options:
SOURCE_APP,
SOURCE_API
pagination.cursor
string

Opaque cursor token for the next page of results. If not provided, returns the first page. This is an encoded token that should be passed as-is from the previous PageInfo.last_id.

pagination.pageSize
integer<int32>

Maximum number of items to return in a single page. If not provided, defaults vary per API.

Required range: x >= 0

Response

200 - application/json

Success

pageInfo
PageInfo · object
required

Paging information

sqlTests
SqlTest · object[]