---
title: "Commit Call Feed Page"
method: POST
path: "/internal/st-etl/connections/{connection_id}/pages/calls"
tags: ["st-etl"]
---

# Commit Call Feed Page

`POST /internal/st-etl/connections/{connection_id}/pages/calls`

## Path parameters

- `connection_id` string, uuid, required

## Request body

- STCallFeedIngestRequest — POST call-feed request: one telecom v3 page in ST's own envelope, verbatim. Taking ST's shape means Make forwards the response untouched instead of rebuilding JSON, which is where collection mappings turn into [object Object].
  - `hasMore` boolean
  - `data` object[], required

## Response `200`

Successful Response

- STCallFeedIngestResponse — POST call-feed response: staging outcome and whether the cursor advanced.
  - `received` integer, required
  - `staged` integer, required
  - `skipped` integer, required
  - `stale` integer — Skipped for a createdOn older than the staging window
  - `cursor_advanced` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/46c87bbc4486?raw)
