Collection response not found: {{ args.responseId }} in collection {{ args.collectionId }}
{% if error and (error.detail or error.message) %}
API detail: {{ error.detail or error.message }}
{% endif %}
Verify both the collection ID and response ID are correct.