Base URL
Endpoint pattern
sourceId: source UUIDtable: entity/table id from the source schemaid: primary key value for record-specific operations
Authentication
Runtime endpoints require a source API key in thex-api-key header.
List query features
GET /runtime/{sourceId}/{table} supports pagination and query semantics:
limit,offsetfields(comma-separated projection)sort(field:asc|desc)filters.<field>.<operator>=valuepopulateandpopulate.<field>.fields
$eq,$ne,$gt,$gte,$lt,$lte$in,$notIn$contains,$containsi,$startsWith,$endsWith$null