Skip to main content
GET
Get a feed run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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