argilla icon indicating copy to clipboard operation
argilla copied to clipboard

[FEATURE] Get workspace name from GET /datasets endpoint

Open damianpumar opened this issue 1 year ago • 1 comments

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.

Screenshot 2023-11-14 at 08 38 10 Screenshot 2023-11-14 at 08 38 27

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.

damianpumar avatar Nov 14 '23 07:11 damianpumar

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Feb 13 '24 01:02 github-actions[bot]

This issue was closed because it has been inactive for 30 days since being marked as stale.

github-actions[bot] avatar Mar 27 '24 01:03 github-actions[bot]