---
title: "List Profiles"
method: GET
path: "/video/profiles"
tags: ["API Endpoints"]
---

# List Profiles

`GET /video/profiles`

This endpoint retrieves the details of all profiles that have previously been created.

## Query parameters

- `offset` integer
- `size` integer

## Response `200`

200

- object
  - `all_profiles` object[]
    - `profile_id` string
    - `name` string
    - `transformations` object
      - `format` string
      - `audio_codec` string[]
      - `video_codec` string[]
      - `thumbnail` string[]
      - `thumbnail_format` string
      - `mp4_access` boolean
      - `per_title_encoding` boolean
    - `created_at` integer
    - `updated_at` integer
  - `total_profile_count` integer
  - `current_offset` integer

---

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