# Read the configurations for an Email Inbox by id GET /v3/email-inboxes/{emailInboxId}/audit-configurations Endpoint: GET /v3/email-inboxes/{emailInboxId}/audit-configurations Security: API_Key ## Path parameters: - `emailInboxId` (integer, required) Unique identification number for email inbox ## Response 200 fields (application/json): - `auditId` (integer, required) Example: 107239 - `auditName` (string, required) Name of audit/WJ etc - `auditLastRunAt` (string, required) Date-time in [RFC3339 profile ISO 8601 format](https://www.ietf.org/rfc/rfc3339.txt) with the following additional restrictions: 1. An uppercase T must separate the date and time portions. 2. An uppercase Z must denote that a numeric time zone offset isn't present. In general, these timestamp requirements are the same in [AWS Step Functions - Choice Rules](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-choice-state.html) Example: "2016-08-18T17:33:00Z" - `auditLabels` (array, required) Example: [223] ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)