Skip to main content
GET
/
table
/
all
/
{projectId}
/
id
List table IDs in a project
curl --request GET \
  --url https://app.myhero.so/table/all/{projectId}/id \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns the _id of every table in the given project, ordered newest-first. Useful for checking which tables exist without fetching full documents.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
object[]
required