---
title: "List runtime profiles"
method: GET
path: "/profiles"
tags: ["profiles"]
---

# List runtime profiles

`GET /profiles`

Lists runtime profile metadata and entries. Secret values are never returned.

## Query parameters

- `remoteNode` string

## Response `200`

Runtime profiles

- RuntimeProfileListResponse
  - `profiles` RuntimeProfileResponse[], required
    - `id` string, required
    - `name` string, required — Runtime profile name.
    - `description` string
    - `status` 'active' | 'disabled', required
    - `protected` boolean, required
    - `entries` RuntimeProfileEntryResponse[], required — unresolved $ref
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Not authenticated
- `403` — Not authorized
- `default` — Generic error response

## Changes

- **2026-07-23** (v1) `75b8e91aaf57` — 9 warning
  - added the new `conflict` enum value to the `code` response property for the response status `401`
  - added the new `conflict` enum value to the `code` response property for the response status `403`
  - added the new `conflict` enum value to the `code` response property for the response status `default`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `401`
  - …5 more
- **2026-06-02** (v1) `4a1b69f4975e` — 1 info
  - endpoint added
- **2026-04-30** (v1) `50e1d517afc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/profiles/get.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/5dc2b1ef8770/schema)
