get records list
GET
api.wexa.ai/storage/67fdea40aac77be632954f13/68071b771a9ea363140a2675
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'api.wexa.ai/storage/67fdea40aac77be632954f13/68071b771a9ea363140a2675?projectID=67fdea40aac77be632954f13&page=1&query=&sort=1&sort_key=_id' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{
"meta_data": {
"_id": "68071b771a9ea363140a2675",
"projectID": "67fdea40aac77be632954f13",
"table_name": "Leads table",
"columns": [
{
"column_name": "_id",
"column_type": "string",
"column_id": "_id",
"array_type": null,
"default_value": "",
"object_fields": null,
"triggers": null,
"enum_options": null
},
{
"column_name": "Row ID",
"column_type": "number",
"column_id": "row_id",
"array_type": null,
"default_value": 1,
"object_fields": null,
"triggers": null,
"enum_options": null
},
{
"column_name": "User ID",
"column_type": "string",
"column_id": "coworker_user_id",
"array_type": null,
"default_value": "",
"object_fields": null,
"triggers": null,
"enum_options": null
},
{
"column_name": "city",
"column_type": "String",
"column_id": "city",
"array_type": null,
"default_value": "",
"object_fields": null,
"triggers": null,
"enum_options": null
}
],
"connector_id": "68071b781a9ea363140a2676",
"triggers": null,
"last_row_id": 1
},
"total_count": 1,
"records": [
{
"_id": "68071f1d1a9ea363140a26e3",
"city": "hyderabad",
"row_id": 1,
"coworker_user_id": "67fdea40aac77be632954f0e"
}
]
}
Request
Query Params
projectID
stringÂ
required
Example:
67fdea40aac77be632954f13
page
stringÂ
required
Example:
1
query
stringÂ
required
sort
stringÂ
required
Example:
1
sort_key
stringÂ
required
Example:
_id
Header Params
x-api-key
stringÂ
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-23 12:52:23