Get an issue status
documentedRetrieve the issue status of a response.
GET /responses/{response_id}/issue-statusResponsesno 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://api.nicereply.com/responses/{{$response_id}}/issue-status" \
-u "{{$NICEREPLY_EMAIL}}:{{$NICEREPLY_SECRET}}" \
-X GET \
-H "Accept: application/json"