Skip to main content
GET
Typescript (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Query Parameters

order
enum<string>
default:desc

The order to export feedback entries in by creation date of the underlying request. 'asc' exports oldest first, 'desc' exports newest first. Defaults to 'desc' (newest first).

Available options:
asc,
desc
rating
enum<string>

Only export feedback entries with this rating. Omit to export entries with any rating.

Available options:
thumbs_up,
thumbs_down

Response

200 - text/csv

CSV file containing the feedback entries visible to the caller

The response is of type file.