Skip to main content
Staminads Documentation home page
Search...
⌘K
Home
Support
Report issue
GitHub
Search...
Navigation
Workspaces
List workspaces for current user
Documentation
API Reference
Workspaces
GET
List workspaces for current user
GET
Get workspace by ID
POST
Create a new workspace
POST
Update an existing workspace
POST
Delete a workspace
Analytics
POST
Execute an analytics query
POST
Get min/max extremes of a metric across grouped data
GET
Get available metrics
GET
Get available dimensions
GET
Get available analytics tables
Filters
GET
List filters for workspace
GET
Get filter by ID
POST
Create filter
POST
Update filter
POST
Delete filter
POST
Reorder filters
GET
List unique tags across all filters
POST
Start background backfill for all filters
GET
Get backfill task status
POST
Cancel running backfill task
GET
List backfill tasks for workspace
GET
Get backfill status summary for workspace
Export
GET
Export user events
List workspaces for current user
cURL
Copy
curl
--request
GET
\
--url
https://your-instance.example.com/api/workspaces.list
200
Copy
[
{}
]
Workspaces
List workspaces for current user
GET
/
api
/
workspaces.list
Try it
List workspaces for current user
cURL
Copy
curl
--request
GET
\
--url
https://your-instance.example.com/api/workspaces.list
200
Copy
[
{}
]
Response
200 - application/json
Get workspace by ID
⌘I