---
title: 2020: Reputation audit not found | API Docs
description: No audit with that ID exists for this line.
---

No audit with that ID exists for this line. This is an HTTP 404 error, returned when fetching a reputation audit whose ID doesn’t resolve.

## Troubleshooting

- Use the `audit_id` returned by `POST /v3/phone_numbers/{phoneNumber}/reputation_audit` — it is the only place an audit ID is issued
- Audits are retained for 24 hours after they’re started. Poll for the result while the audit is running rather than fetching it a day later
- The audit must belong to the line in the path — an ID from a different line returns this same `404` rather than another partner’s report
