# Retrieve all the items in a workset with a specific ID

Lists the content items, content types, and taxonomies that are in a particular workset using its ID.

Endpoint: GET /api/v2/cm/branches/{branchId}/worksets/{worksetId}/items
Version: v2.0
Security: OAuth2.0

## Path parameters:

  - `branchId` (string, required)
    The ID of the branch, for example prod.

  - `worksetId` (string, required)
    The workset identifier.

## Query parameters:

  - `SortBy` (string)

  - `Search` (string)

  - `MinimumPageSize` (integer)

## Header parameters:

  - `x-sc-continuation` (string)
    The continuation token for next results.

## Response 200 fields (application/json):

  - `count` (integer,null)

  - `next` (string,null)

  - `data` (array,null)

  - `data.id` (string, required)

  - `data.type` (string, required)
    Enum: "ContentItem", "ContentType", "Taxonomy"

  - `data.version` (integer, required)

  - `data.locale` (string,null)

## Response 404 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)


## Response 401 fields

## Response 403 fields

## Response 500 fields
