Skip to main content
GET
/
reconciliation_stories
/
{id}
Retrieve a reconciliation story
curl --request GET \
  --url https://api.endclose.com/v1/reconciliation_stories/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "name": "<string>",
  "id": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "links": [
    {
      "position": 123,
      "role": "origin",
      "reconciliation_id": 123,
      "id": 123,
      "reconciliation_name": "<string>",
      "shared_data_stream_id": 123,
      "shared_data_stream_name": "<string>",
      "side_a_streams": [
        {
          "id": 123,
          "name": "<string>"
        }
      ],
      "side_b_streams": [
        {
          "id": 123,
          "name": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://endclose.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

Story retrieved

A reconciliation story groups related reconciliations into an ordered chain so end-to-end flow can be tracked. Each link points to a reconciliation; non-origin links must specify the data stream that connects them to the previous reconciliation in the chain.

name
string
required

Human readable name for the story

id
integer
created_at
string<date-time>

Ordered list of reconciliations participating in the story