Feeds
Retrieves the most recent Report generated for a specific Feed.
This is a convenient endpoint for accessing the latest available Report of a Feed with a single request, without listing and sorting all associated Reports.
It is especially useful when the current state of a Feed is needed quickly.
get/v1/Feeds/{code}/reports/recent
Path parameters
codestring uuid required
The unique identifier of the Feed.
Response
Successful operation. Returns the most recent Report for the Feed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.