GET
    /workspaces/{workspaceId}/printers
  
  curl \
 --request GET 'https://api.reelables.com/v1/workspaces/{workspaceId}/printers' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "request-id: string"
        Response examples (200)
  
  {
  "nextToken": "string",
  "items": [
    {
      "name": "string",
      "printerId": "string",
      "isOnline": true,
      "addedOn": "2025-05-04T09:42:00Z",
      "workspaceId": "string"
    }
  ]
}
        Response examples (401)
  
  {
  "errors": [
    {
      "code": "string",
      "id": "string",
      "detail": "string",
      "title": "string",
      "status": "string"
    }
  ]
}
        Response examples (403)
  
  {
  "errors": [
    {
      "code": "string",
      "id": "string",
      "detail": "string",
      "title": "string",
      "status": "string"
    }
  ]
}
        Response examples (429)
  
  {
  "errors": [
    {
      "code": "string",
      "id": "string",
      "detail": "string",
      "title": "string",
      "status": "string"
    }
  ]
}