---
title: "List available jobs"
method: GET
path: "/vendors-api/v2/agencies/{agencyUid}/jobs"
tags: ["Vendors"]
---

# List available jobs

`GET /vendors-api/v2/agencies/{agencyUid}/jobs`

Returns the list of jobs available for the agency.

## Path parameters

- `agencyUid` string, required

## Response `200`

OK

- VendorsAPIJobsListSuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `agency` VendorsAPIJobsListAgencyItem, required
        - `agencyName` string, required
        - `agencyUid` string, required
      - `lastUpdatedDate` string, date-time, required — Date when data for the API response was last refreshed.
      - `translationJobs` VendorsAPIJobsListTranslationJobItem[], required
        - `account` object, required
          - `accountName` string
          - `accountUid` string
        - `progressDetails` VendorsAPIJobsListAgencyItemProgressDetailsItem, required
          - `aggregatedPerWorkflow` object
            - `workflows` VendorsAPIJobsListAgencyItemProgressDetailsItemWorkflowsItem[]
              - …
        - `project` object, required
          - `projectId` string
          - `projectName` string
        - `translationJob` VendorsAPIJobsListAgencyItemTranslationJobItem, required
          - `translationJobAuthorizedDate` string, date-time
          - `translationJobDueDate` string, date-time
          - `translationJobName` string
          - `translationJobRisk` object
            - `status` 'AT_RISK' | 'ON_TRACK' | 'LATE'
          - `translationJobUid` string
          - `translationJobCustomFields` CustomFieldBasicResponse[]
            - `fieldUid` string — Custom field unique identifier.
            - `fieldName` string — Custom field name.
            - `fieldValue` string — Custom field value.

## 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)
