argilla
argilla copied to clipboard
[FEATURE] Get workspace name from GET /datasets endpoint
Get workspace name via this endpoint
http://localhost:3000/api/v1/datasets/[ID]
?include=workspace
The intention is to fetch the workspace of each dataset through the GET /datasets/ID endpoint because for v1
we need to do two requests to complete the use case of dataset listing.
This need is for two reasons. 1- More clarity and simplicity of code 2- One less synchronous request, since to get the workspaces, we need to wait for the response from the dataset.
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.