get table names
GET
https://api.wexa.ai/storage/{projectID}/names
Last modified:2025-04-25 11:58:40
Retrieve Table Names by Project ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wexa.ai/storage//names' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{
"total_count": 5,
"tables": [
{
"table_name": "new table",
"_id": "68071a4f1a9ea363140a265f"
},
{
"table_name": "Leads table",
"_id": "68071b771a9ea363140a2675"
},
{
"table_name": "Customer table",
"_id": "68071bd51a9ea363140a26a1"
},
{
"table_name": "Sample table",
"_id": "68071c321a9ea363140a26b7"
},
{
"table_name": "Example table",
"_id": "68071c551a9ea363140a26cd"
}
]
}
Request
Path Params
projectID
string
required
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-25 11:58:40