

# Get the timestamp of the contact in Amazon Connect Agent Workspace
getQueueTimestamp()

Returns a `Date` object with the timestamp associated with when the contact was placed in the queue in the Amazon Connect agent workspace.

```
async getQueueTimestamp(contactId: string): Promise<Date | undefined>    
```

 **Permissions required:** 

```
Contact.Details.View             
```