Docs
Refer friends. Keep the rewards coming!Your friend can unlock up to 10M tokens · earn up to 30% revenue share.
+500K TokensGenerate link
GET /v1/workspaces

List workspaces

List every workspace under your account, ordered by recent activity.

Parameters

limitnumber

Page size (default 20, max 100).

cursorstring

Pagination cursor.

Response

json
{
  object: "list",
  data: [
    {
      id: "ws_2a8c...",
      
ame: "my-repo",
      path: "/Users/me/code/my-repo",
      indexed_files: 348,
      last_active: 1716250341
    }
  ],
  
ext_cursor: null
}
{
  object: "list",
  data: [
    {
      id: "ws_2a8c...",
      
ame: "my-repo",
      path: "/Users/me/code/my-repo",
      indexed_files: 348,
      last_active: 1716250341
    }
  ],
  
ext_cursor: null
}