---
title: "Get Profile"
method: GET
path: "/video/profiles/{profile_id}"
tags: ["API Endpoints"]
---

# Get Profile

`GET /video/profiles/{profile_id}`

This endpoint retrieves the details of a video profile that has previously been created.

## Path parameters

- `profile_id` string, required

## Response `200`

200

- 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
    - `resolution` string
  - `created_at` integer
  - `updated_at` integer

## Other responses

- `400` — 400
- `401` — 401

---

[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/revisions/b1f7ac2aeeec/schema)
