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

# GET /audience-export-job

`GET /audience-export-job`

Returns a list of the audience export jobs.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `audienceGenerationJobArn` string

## Response `200`

Success

- ListAudienceExportJobsResponse
  - `nextToken` string — The token value used to access the next page of results.
  - `audienceExportJobs` AudienceExportJobSummary[], required — The audience export jobs that match the request.
    - `createTime` string, date-time, required — The time at which the audience export job was created.
    - `updateTime` string, date-time, required — The most recent time at which the audience export job was updated.
    - `name` string, required — The name of the audience export job.
    - `audienceGenerationJobArn` string, required — The Amazon Resource Name (ARN) of the audience generation job that was exported.
    - `audienceSize` AudienceSize, required — The size of the generated audience. Must match one of the sizes in the configured audience model.
      - `type` 'ABSOLUTE' | 'PERCENTAGE', required — Whether the audience size is defined in absolute terms or as a percentage. You can use the <code>ABSOLUTE</code> <a>AudienceSize</a> to configure out audience sizes using the count of identifiers in the output. You can use the <code>Percentage</code> <a>AudienceSize</a> to configure sizes in the range 1-100 percent.
      - `value` integer, required — Specify an audience size value.
    - `description` string — The description of the audience export job.
    - `status` 'CREATE_PENDING' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'ACTIVE', required — The status of the audience export job.
    - `statusDetails` StatusDetails — Details about the status of a resource.
      - `statusCode` string — The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.
      - `message` string — The error message that was returned. The message is intended for human consumption and can change at any time. Use the <code>statusCode</code> for programmatic error handling.
    - `outputLocation` string — The Amazon S3 bucket where the audience export is stored.

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