Skip to main content
GET
/
api
/
v1
/
feed_runs
/
{feed_run_id}
Get a feed run
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/feed_runs/{feed_run_id}
{
  "carrier_id": "95ce77a6-30fd-4bd9-af10-8d3a1744ac2e",
  "completed": 1693229599,
  "created": 1693229402,
  "details": {
    "file": {
      "audit": {
        "count": {
          "dependents": 25,
          "enrollments": 200,
          "members": 100,
          "primaries": 75,
          "terminations": 0
        }
      },
      "name": "file.txt"
    },
    "transmission": {
      "id": "55504298-11d6-4933-924b-de69b6c40ba7",
      "sent_timestamp": 1693229505
    }
  },
  "feed_id": "0b30d7fe-ab78-4b2f-b714-36e8a9625481",
  "id": "9e51951a-663d-4b57-bfca-71cc01a7ace7",
  "initiated": 1693229402,
  "modified": 1693229599,
  "status": "completed",
  "version": "30c02a09-3713-4b32-a12c-55d33adf748f"
}

Path Parameters

feed_run_id
string<uuid>
required

Unique identifier of the feed run

Response

200 - application/json

Successful Response - Returns a single feed run

carrier_id
string<uuid>
required
created
integer
required

The date the record was created

details
object
required
feed_id
string<uuid>
required
id
string<uuid>
required

Unique identifier of the record in Noyo

initiated
integer
required
modified
integer
required

The date the record was last updated

status
string
required
version
string<uuid>
required

Current version of the record

completed
integer | null
group_ids
string<uuid>[] | null
I