Skip to main content
Version: Latest

Get Workspaces

Look up the list of tasks associated with the current account.


1. API endpoint

https://app.aistudios.com/api/odin/v3/dropdown/workspaces

2. Response parameters

keydesctype
workspaceIdworkspace-specific identifierString
workspaceNameName of the workspaceString

3. Sample Request

curl https://app.aistudios.com/api/odin/v3/dropdown/workspaces  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X GET