Skip to main content
GET
List connection objects

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

connectionId
integer<int32>
required

The identifier of the connection whose objects are listed.

Query Parameters

name
string | null

Optional name filter applied to the objects.

sort
string | null

Optional sort expression for ordering the objects.

offset
integer<int32>
default:0

Zero-based index of the first item to return. Defaults to 0.

top
integer<int32>
default:100

Maximum number of items to return (capped at 1000). Defaults to 100.

Response

A paginated list of connection objects.

Offset-based paginated wrapper for a list of items.

items
object[]
required

The items in the current page.

totalCount
integer<int32>
required

Total number of items available across all pages.

offset
integer<int32>
required

Number of items skipped before this page (the requested offset).

top
integer<int32>
required

Maximum number of items requested for this page.