Skip to main content
GET
List connection records

Authorizations

X-API-Key
string
header
required

A Fluent API key beginning with fl-.

Headers

X-Fl-Egress
boolean

Optional. Set to true to route this request through a stable, allowlistable egress IP instead of the default path — needed for an on-premise connection (e.g. a customer's own SQL Server) whose firewall allowlists by IP. Same operation and response either way. The same fl-* key also works by calling this same operation directly at https://api-ecs.fluenterp.com/v1/connections/{id}/records, for the same stable-egress guarantee without this header.

Path Parameters

connection_id
string<uuid>
required

Connection ID.

Query Parameters

entity_id
string
required

Entity identifier returned by the entities operation.

offset
integer
default:0

Number of records to skip.

Required range: x >= 0
limit
integer
default:100

Maximum number of records to return.

Required range: 1 <= x <= 500
filter
string

JSON-encoded filter understood by the connection.

Response

Connection records