domo.get('/domo/datastores/v1/collections')
.then(collections => console.log(collections));[
{
"id": "bea2bb1b-d4bb-4414-89fa-4d69dd8743db",
"datastoreId": "fcd8baba-9524-4fb5-b94b-b3d3b588e740",
"defaultPermissions": null,
"requiredAuthorities": null,
"owner": 330281426,
"name": "Students",
"datasourceId": null,
"schema": {
"columns": [
{
"type": "STRING",
"name": "name"
},
{
"type": "STRING",
"name": "house"
}
]
},
"filters": null,
"syncEnabled": false,
"syncRequired": false,
"cdcEnabled": false,
"fullReplaceRequired": false,
"lastSync": null,
"createdOn": "2026-08-04T18:58:58.661Z",
"updatedOn": "2026-08-04T18:58:58.661Z",
"updatedBy": 330281426
},
{
"id": "277f0d9f-355d-4905-8fb8-0dc87e496159",
"datastoreId": "fcd8baba-9524-4fb5-b94b-b3d3b588e740",
"defaultPermissions": null,
"requiredAuthorities": null,
"owner": 330281426,
"name": "Teachers",
"datasourceId": null,
"schema": {
"columns": [
{
"type": "STRING",
"name": "name"
},
{
"type": "STRING",
"name": "house"
},
{
"type": "STRING",
"name": "subjects"
}
]
},
"filters": null,
"syncEnabled": false,
"syncRequired": false,
"cdcEnabled": false,
"fullReplaceRequired": false,
"lastSync": null,
"createdOn": "2026-08-04T19:14:26.862Z",
"updatedOn": "2026-08-04T19:14:26.862Z",
"updatedBy": 330281426
}
]List Collections
Retrieves a list of the existing Collections for your application.
GET
/
domo
/
datastores
/
v1
/
collections
domo.get('/domo/datastores/v1/collections')
.then(collections => console.log(collections));[
{
"id": "bea2bb1b-d4bb-4414-89fa-4d69dd8743db",
"datastoreId": "fcd8baba-9524-4fb5-b94b-b3d3b588e740",
"defaultPermissions": null,
"requiredAuthorities": null,
"owner": 330281426,
"name": "Students",
"datasourceId": null,
"schema": {
"columns": [
{
"type": "STRING",
"name": "name"
},
{
"type": "STRING",
"name": "house"
}
]
},
"filters": null,
"syncEnabled": false,
"syncRequired": false,
"cdcEnabled": false,
"fullReplaceRequired": false,
"lastSync": null,
"createdOn": "2026-08-04T18:58:58.661Z",
"updatedOn": "2026-08-04T18:58:58.661Z",
"updatedBy": 330281426
},
{
"id": "277f0d9f-355d-4905-8fb8-0dc87e496159",
"datastoreId": "fcd8baba-9524-4fb5-b94b-b3d3b588e740",
"defaultPermissions": null,
"requiredAuthorities": null,
"owner": 330281426,
"name": "Teachers",
"datasourceId": null,
"schema": {
"columns": [
{
"type": "STRING",
"name": "name"
},
{
"type": "STRING",
"name": "house"
},
{
"type": "STRING",
"name": "subjects"
}
]
},
"filters": null,
"syncEnabled": false,
"syncRequired": false,
"cdcEnabled": false,
"fullReplaceRequired": false,
"lastSync": null,
"createdOn": "2026-08-04T19:14:26.862Z",
"updatedOn": "2026-08-04T19:14:26.862Z",
"updatedBy": 330281426
}
]Response
200 - application/json
Array of collections
Unique identifier for the collection.
User ID of the collection owner.
ID of the datastore this collection belongs to.
Name of the collection.
ID of the linked Domo DataSet, or null if not yet linked.
Comma-separated default permission set for new app grants on this collection, or null if not set.
Maps CollectionOperation names to required authority strings, or null if not set.
Array of document-level filter predicates applied to read operations, or null if not set.
Show child attributes
Show child attributes
Whether documents are periodically synced to the linked DataSet.
Whether a sync is pending.
Whether change data capture is enabled for this collection.