Skip to main content
GET
Get a list of feed runs

Authorizations

Authorization
string
header
required

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

Query Parameters

feed_id
string<uuid>

Unique identifier of the feed

carrier_id
string<uuid>

Unique identifier of the carrier

group_id
string<uuid>

Unique identifier of the group

latest
boolean

Return only the most recent feed run

page_size
integer

The max size of each page of results

offset
integer

The integer offset at which to start the page. Possible values are 0 to total_records - 1

Response

200 - application/json

Successful Response - Returns all matching feed runs

meta
object
required

Metadata associated with the response data

response
object[]