Sign in

List responses (CXI)

documented

Retrieve CXI responses (global, paginated).

GET /v1/responsesResponsesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://cxi-api.wootric.com/v1/responses?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"