Feeds
Retrieves a paginated list of Reports generated for a specific Feed.
Reports in Kimola are generated outputs derived from a Feed and provide structured insight into the collected customer feedback.
This endpoint returns the Reports associated with the specified Feed and supports optional pagination.
get/v1/Feeds/{code}/reports
Path parameters
codestring uuid required
The unique identifier of the Feed.
Query parameters
pageSizeinteger
Optional number of Reports to return per page.
pageIndexinteger
Optional zero-based page index.
Response
Successful operation. Returns the total count and the list of Reports for the Feed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.