---
title: "List content assignments"
method: GET
path: "/vendors-api/v2/accounts/{accountUid}/content-assignments"
tags: ["Vendors"]
---

# List content assignments

`GET /vendors-api/v2/accounts/{accountUid}/content-assignments`

Returns the list of content assignments for the account.

## Path parameters

- `accountUid` string, required

## Response `200`

OK

- VendorsAPIContentAssignmentsSuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` VendorsAPIContentAssignmentItem[], required
        - `accountUid` string, required
        - `accountName` string, required
        - `projectUid` string, required
        - `projectName` string, required
        - `localeId` string, required
        - `workflowUid` string, required
        - `workflowName` string, required
        - `workflowStepUid` string, required
        - `workflowStepName` string, required
        - `workflowStepType` string, required
        - `translationJobUid` string, required
        - `translationJobName` string, required
        - `translationJobWorkflowStepDueDate` string, date-time
        - `translationJobOverallDueDate` string, date-time
        - `userUid` string, nullable
        - `userFirstName` string, nullable
        - `userLastName` string, nullable
        - `userEmail` string, nullable
        - `agencyUid` string, nullable
        - `agencyName` string, nullable
        - `wordCount` integer, required
        - `workflowStepOrder` integer, required
        - `assignmentEnabled` boolean, required

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
