v1

latestOpenAPI 3.1.02026-07-1255227258.8 KB
connections

List Connections

List all connections sorted by created_at in descending order. Results are paginated with a max limit of 100. When more documents are available, a cursor will be provided. Use the cursor parameter to retrieve the subsequent page.

get/connections

Query parameters

cursorstring nullable

An opaque cursor for pagination

An opaque cursor for pagination

page_sizeinteger

The number of items per page (must be greater than 0 and less than or equal to 100)

The number of items per page (must be greater than 0 and less than or equal to 100)

filterstring nullable

The metadata search filter. Returns only items which match the filter. The following filter operators are supported: $eq - Equal to (number, string, boolean), $ne - Not equal to (number, string, boolean), $gt - Greater than (number), $gte - Greater than or equal to (number), $lt - Less than (number), $lte - Less than or equal to (number), $in - In array (string or number), $nin - Not in array (string or number). The operators can be combined with AND and OR. Read Metadata & Filters guide for more details and examples.

The metadata search filter. Returns only items which match the filter. The following filter operators are supported: $eq - Equal to (number, string, boolean), $ne - Not equal to (number, string, boolean), $gt - Greater than (number), $gte - Greater than or equal to (number), $lt - Less than (number), $lte - Less than or equal to (number), $in - In array (string or number), $nin - Not in array (string or number). The operators can be combined with AND and OR. Read Metadata & Filters guide for more details and examples.

Headers

partitionstring nullable

An optional partition to scope the request to. If omitted, the request will be scoped to the default partition.

Example:acme_customer_id

An optional partition to scope the request to. If omitted, the request will be scoped to the default partition.

Response

Successful Response