# Retrieve a Packet

**GET** `/packets/{packetId}/`

Retrieve details for a specific Packet (signer). This endpoint provides information about
the signer including their contact information, signing status, authentication requirements,
and associated Bundle information.

## Request

### Parameters

- `packetId` (path, required, string): The slug that uniquely identifies the Packet

### Responses

- `200`: Packet details
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
