Data App CRUD
List Data Apps
Retrieve a list of all Data Apps in your organization with their embed configurations.
GET
Get a comprehensive list of all Data Apps in your organization, including their embed configurations, creation timestamps, and embed counts.Documentation Index
Fetch the complete documentation index at: https://docs.usedatabrain.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint returns all Data Apps of type “embedded” in your organization. Each Data App includes summary information about its associated embeds.
Endpoint Formats
- New Endpoint (Recommended)
- Legacy Endpoint (Deprecated Soon)
Authentication
This endpoint requires a service token in the Authorization header. Service tokens differ from data app API keys and provide organization-level permissions. To access your service token:- In Settings page, navigate to the Service Tokens section.
- Click the “Generate Token” button to create a new service token if you don’t have one already.
Headers
Bearer token for API authentication. Use your service token (not data app API key).
Query Parameters
Whether to paginate results. Pass
"true" to enable pagination with a limit of 10 per page.Note: Query parameters are passed as strings. Use "true" or "false".Page number to retrieve (1-based). Only used when isPagination is
"true". Must be a numeric string (e.g., "1", "2").Response
Array of Data App objects with their configuration details.
The name of the Data App.
The type of the Data App. Currently always
"embedded".ISO 8601 formatted timestamp indicating when the Data App was created.
ISO 8601 formatted timestamp indicating when the Data App was last updated.
The total number of embed configurations associated with this Data App.
Array of embed configurations associated with this Data App.
Error object returned only when the request fails. Not included in successful responses.
Examples
HTTP Status Code Summary
| Status Code | Description |
|---|---|
200 | OK - Data Apps retrieved successfully |
400 | Bad Request - Invalid request parameters |
500 | Internal Server Error - Server error occurred |
Possible Errors
| Error Code | HTTP Status | Description |
|---|---|---|
AUTHENTICATION_ERROR | 400 | Invalid or missing service token |
INTERNAL_SERVER_ERROR | 500 | Server error |
Quick Start Guide
Get your service token
In Settings page, navigate to the Service Tokens section. Click the “Generate Token” button to create a new service token if you don’t have one already.
Next Steps
Create Data App
Create new Data Apps for your organization
Delete Data App
Remove Data Apps you no longer need
Create API Token
Generate API tokens for your Data Apps
List API Tokens
View API tokens for a specific Data App

