List charts
Returns a paginated list of charts in the calling workspace and environment. Use `?page` (1-indexed) and `?limit` (1-100, default 20) to page through results.
curl -X GET "http://localhost:3000/api/v1/charts"{
"items": [
{
"chartKey": "chart_8a2b1c",
"name": "Brooklyn Music Hall — main floor",
"draftVersion": 3,
"publishedVersion": 2,
"createdAt": "2026-09-12T14:22:01.044Z",
"updatedAt": "2026-09-15T09:11:42.000Z"
}
],
"total": 1,
"page": 1,
"limit": 20
}{
"statusCode": 0,
"message": "string",
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}{
"statusCode": 0,
"message": "string",
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}