curl -X GET "https://nunu.ai/api/v1/runs/1g20ccrgksb/bugs" \ -H "X-Api-Key: YOUR_API_TOKEN"
Copy
{ "multiplayer_run_id": "1g20ccrgksb", "bug_occurrences": [ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "bug_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "title": "Button not responding", "description": "The 'Start Game' button does not respond to taps after returning from settings menu.", "category": "ui", "severity": "high", "confidence": "high", "reproduction_steps": "1. Open app\n2. Go to settings\n3. Return to main menu\n4. Try to tap Start Game button", "player_number": 0, "test_step": 2, "turn": 15, "detected_at": "2025-01-12T10:08:30Z", "details": { "screenshot_url": "https://bouncer.nunu.ai/artifacts/...", "element_id": "btn_start_game" } } ]}
Runs
List Run Bugs
Retrieve all bugs detected during a specific run.
GET
/
runs
/
{runId}
/
bugs
Copy
curl -X GET "https://nunu.ai/api/v1/runs/1g20ccrgksb/bugs" \ -H "X-Api-Key: YOUR_API_TOKEN"
Copy
{ "multiplayer_run_id": "1g20ccrgksb", "bug_occurrences": [ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "bug_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "title": "Button not responding", "description": "The 'Start Game' button does not respond to taps after returning from settings menu.", "category": "ui", "severity": "high", "confidence": "high", "reproduction_steps": "1. Open app\n2. Go to settings\n3. Return to main menu\n4. Try to tap Start Game button", "player_number": 0, "test_step": 2, "turn": 15, "detected_at": "2025-01-12T10:08:30Z", "details": { "screenshot_url": "https://bouncer.nunu.ai/artifacts/...", "element_id": "btn_start_game" } } ]}
Blocks core functionality or causes crashes. Requires immediate attention.
High
Major feature broken or significantly impaired. Should be fixed before release.
Medium
Feature works but with noticeable issues. Should be addressed in normal development cycle.
Low
Minor issues with minimal impact. Can be fixed when convenient.
Copy
curl -X GET "https://nunu.ai/api/v1/runs/1g20ccrgksb/bugs" \ -H "X-Api-Key: YOUR_API_TOKEN"
Copy
{ "multiplayer_run_id": "1g20ccrgksb", "bug_occurrences": [ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "bug_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "title": "Button not responding", "description": "The 'Start Game' button does not respond to taps after returning from settings menu.", "category": "ui", "severity": "high", "confidence": "high", "reproduction_steps": "1. Open app\n2. Go to settings\n3. Return to main menu\n4. Try to tap Start Game button", "player_number": 0, "test_step": 2, "turn": 15, "detected_at": "2025-01-12T10:08:30Z", "details": { "screenshot_url": "https://bouncer.nunu.ai/artifacts/...", "element_id": "btn_start_game" } } ]}