---
title: "This endpoint provides a list of ExportProfiles, it can be paginated with the pagination=true parameter"
method: GET
path: "/export-profiles"
tags: ["Data Flow"]
---

# This endpoint provides a list of ExportProfiles, it can be paginated with the pagination=true parameter

`GET /export-profiles`

Retrieves the collection of ExportProfile resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[dateModified]` 'asc' | 'desc'
- `order[name]` 'asc' | 'desc'
- `order[model]` 'asc' | 'desc'
- `order[createdBy.id]` 'asc' | 'desc'
- `name` string
- `name[]` string[]
- `model` string
- `model[]` string[]

## Response `200`

ExportProfile collection

- ExportProfileExportProfileOutputExportProfileInputCreateExportProfileInputUpdateExportProfileOutput[]
  - `displayFallbackColumns` string
  - `filters` object, nullable
  - `joins` object
  - `predefinedValueOptions` string[]
  - `catalog` CatalogExportProfileInputCreateExportProfileInputUpdateExportProfileOutput
    - `id` string, required — This is the unique identifier of the resource
  - `name` string
  - `description` string, nullable
  - `model` string
  - `extension` string
  - `multiValueSeparator` string
  - `mappings` object[]
    - `attributeCode` string
    - `attributeType` string
    - `name` string
    - `position` integer
  - `createdBy` UserUserOutputExportProfileInputCreateExportProfileInputUpdateExportProfileOutput
    - `id` integer
    - `username` string
  - `updatedBy` UserUserOutputExportProfileInputCreateExportProfileInputUpdateExportProfileOutput
    - `id` integer
    - `username` string
  - `locales` string[]
  - `id` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
