---
title: "Retrieve all image profiles in the database."
method: GET
path: "/authoring/v1/image-profiles"
tags: ["Authoring image profiles"]
---

# Retrieve all image profiles in the database.

`GET /authoring/v1/image-profiles`

Use the /image-profiles endpoint to retrieve all image profiles from the database.<br />User roles: admin, manager, editor, viewer

## Query parameters

- `offset` number
- `limit` number
- `format` 'feed' | 'array' | 'sequence'
- `pageMode` 'offset' | 'deep'
- `order` 'ascending' | 'descending'
- `fields` string
- `include` string

## Response `200`

Success.

- object — A query result that returns image profiles.
  - `offset` integer — number of results to skip.
  - `limit` integer — number of results to return.
  - `href` string — the url of the current query.
  - `next` string — the url for the next page of results. Only present if there are more results.
  - `previous` string — the url for the previous page of results. Not present when on the first page.
  - `items` object[]
    - `id` string — The ID of the image profile.
    - `rev` string, required — The current revision of the image profile.
    - `name` string, required — The name of the image profile.
    - `description` string — The description of the image profile.
    - `classification` 'image-profile', required
    - `creatorId` string, required — The ID of the user that created the image profile.
    - `creator` string — The display name of the user that created the image profile. This field is only returned when the 'include' query string option is set to 'ALL' or 'metadata'. This field is read only.
    - `created` string, date-time — The created date of this image profile in ISO 8601 with the format YYYY-MM-DDThh:mm:ss.sssZ. This field is read only.
    - `lastModifierId` string — The ID of the user that last modified the image profile.
    - `lastModifier` string — The display name of the last user that modified the image profile. This field is only returned when the 'include' query string option is set to 'ALL' or 'metadata'. This field is read only.
    - `lastModified` string, date-time — The last modified date of this image profile in ISO 8601 with the format YYYY-MM-DDThh:mm:ss.sssZ. This field is read only.
    - `tags` string[]
    - `dimensions` object[], required
      - `label` string — The dimension label.
      - `key` string — The dimension key.
      - `description` string — The description of the dimension.
      - `width` number — The dimension's width
      - `height` number — The dimension's height
    - `isSystem` boolean — Indicates whether this item is a 'system item' or not.

## Other responses

- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
