Audits
Get an information request by ID
Retrieves a single information request by its ID for an audit, allowing external audit management systems to fetch the latest state of a specific request without paginating through the full list.
Soft-deleted records (where deletionDate !== null) are included in the response. Clients should check deletionDate to determine whether the request has been deleted.
Rate limit: 50 requests / minute.
get/audits/{auditId}/information-requests/{requestId}
Path parameters
auditIdstring required
requestIdstring required
Response
Ok