List entries
documentedRetrieve entries for a specific form (optionally filtered by entry view).
GET /api/forms/{form_id}/entriesEntriesno implementation yet0 runsNo 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://www.cognitoforms.com/api/forms/{{$form_id}}/entries" \
-X GET \
-H "Authorization: Bearer {{COGNITOFORMS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"