---
title: "GET /audience-generation-job"
method: GET
path: "/audience-generation-job"
---

# GET /audience-generation-job

`GET /audience-generation-job`

Returns a list of audience generation jobs.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `configuredAudienceModelArn` string
- `collaborationId` string

## Response `200`

Success

- ListAudienceGenerationJobsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `audienceGenerationJobs` AudienceGenerationJobSummary[], required — The audience generation jobs that match the request.
    - `createTime` string, date-time, required — The time at which the audience generation job was created.
    - `updateTime` string, date-time, required — The most recent time at which the audience generation job was updated.
    - `audienceGenerationJobArn` string, required — The Amazon Resource Name (ARN) of the audience generation job.
    - `name` string, required — The name of the audience generation job.
    - `description` string — The description of the audience generation job.
    - `status` 'CREATE_PENDING' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'ACTIVE' | 'DELETE_PENDING' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED', required — The status of the audience generation job.
    - `configuredAudienceModelArn` string, required — The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
    - `collaborationId` string — The identifier of the collaboration that contains this audience generation job.
    - `startedBy` string — The AWS Account that submitted the job.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/cleanroomsml.md) · [All operations](https://skmtc.net/aws/apis/cleanroomsml/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanroomsml/versions/d3bb6d6eaa9a/schema)
