# List of tables of a workspace

**URL:** https://community.fibery.io/t/list-of-tables-of-a-workspace/2489
**Category:** Get Help
**Created:** [February 4, 2022, 1:17pm UTC](https://community.fibery.io/t/list-of-tables-of-a-workspace/2489 "2022-02-04T13:17:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Claude\_de\_Loupy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/claude_de_loupy/32/1637_2.png) [@Claude\_de\_Loupy](https://community.fibery.io/u/Claude_de_Loupy)
#### Post date: [February 4, 2022, 1:17pm UTC](https://community.fibery.io/t/list-of-tables-of-a-workspace/2489/1 "2022-02-04T13:17:23Z")

</div>

Is there a way to access the list of tables of a workspace? I mean, since the tables of a workspace are accessible in formulas and when linking a table to another, is there a table of tables in Fibery?

Can it be accessed? That would be amazing to document a table (a table of comments linked to the table of tables).

And then, are the characteristics of the tables (list of fields, number of entities…) accessible?

Thanks

---

<div class="post-metadata">

### Author: ![Chr1sG](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/chr1sg/32/3941_2.png) [@Chr1sG](https://community.fibery.io/u/Chr1sG)
#### Post date: [February 4, 2022, 2:05pm UTC](https://community.fibery.io/t/list-of-tables-of-a-workspace/2489/2 "2022-02-04T14:05:16Z")

</div>

You can use getSchema() to find out pretty much everything there is to know about your workspace 🙂

> **[Fibery API](https://api.fibery.io/#get-schema)**
>
> The Fibery API provides a way to integrate Fibery with your external systems and automate routine tasks.

---

<div class="post-metadata">

### Author: ![Claude\_de\_Loupy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/claude_de_loupy/32/1637_2.png) [@Claude\_de\_Loupy](https://community.fibery.io/u/Claude_de_Loupy)
#### Post date: [February 4, 2022, 2:18pm UTC](https://community.fibery.io/t/list-of-tables-of-a-workspace/2489/3 "2022-02-04T14:18:29Z")

</div>

OK. I haven’t tried the API yet. Thanks
