# Get list of dead letter event metadata for subscription Endpoint: GET /api/v3/events/companies/{companyId}/subscriptions/{subscriptionName}/deadletters Version: v3 Security: client_credentials, implicit, client_credentials_dev, implicit_dev ## Path parameters: - `companyId` (string, required) Company id - `subscriptionName` (string, required) Subscription name ## Query parameters: - `skip` (integer) Number of entries to skip - `take` (integer) Number of entries to return ## Response 200 fields (text/plain): - `eventId` (string,null) - `subscriptionName` (string,null) - `clientId` (string,null) - `companyId` (string,null) - `links` (array,null) - `links.rel` (string,null) - `links.method` (string,null) - `links.href` (string,null) ## Response 401 fields ## Response 404 fields