# List Assets in a Workspace **GET /workspaces/{workspaceId}/assets** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **workspaceId** (string) The identifier of the Workspace ### Query parameters - **limit** (string) Number of items to return. Default: 10. Maximum: 10000 - **nextToken** (string) Pagination token to get next page of items - **inSpaceIds** (string) Filter the Assets to those currently in a set of Spaces. Comma-separated list, for example: '?inSpaceIds={spaceId1},{spaceId2},{spaceId3}' - **bleIds** (string) Filter the Assets to those linked to a set of labels, identified by their BLE_ID. Comma-separated list, for example: '?bleIds={bleId1},{bleId2},{bleId3}' - **searchTerm** (string) String to match name of Assets ## Responses ### 200 200 response #### Body: application/json (object) - **total** (integer(int32)) The total number of items in all pages of results - **nextToken** (string) Pagination token - **items** (array[object]) ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)