# How do I get all data in a Tidy3d object as a dictionary?

| Date       | Category    |
|------------|-------------|
| 2023-12-03 21:30:06 | Simulations |


To get all the data in a Tidy3D object `obj` as a dictionary, you should use the command `obj.dict()`.
