---
title: "GET /v1/orgs/{org_id}/confs"
method: GET
path: "/v1/orgs/{org_id}/confs"
tags: ["Agent Configs"]
---

# GET /v1/orgs/{org_id}/confs

`GET /v1/orgs/{org_id}/confs`

Return org's agent configurations that user has read access to

## Path parameters

- `org_id` string, required

## Query parameters

- `empty_contents` string

## Response `200`

OK

- CoreConf[]
  - `cluster_name` string
  - `content` string
  - `created` string
  - `creator` string
  - `deployed_timestamp` integer — Config-history timestamp currently deployed
  - `description` string
  - `environment` 'Kubernetes' | 'Helm' | 'Docker' | 'MacOS' | 'Linux' | 'Windows'
  - `fleet_subtype` 'Edge' | 'Coordinator' | 'Gateway'
  - `fleet_type` 'Edge' | 'Cloud' | 'IngestionPipeline' | 'Edge-extended' | 'Cloud-extended'
  - `id` string
  - `metadata` CoreConfMetadata
    - `compound_nodes` CoreConfCompoundNodesMetadata
      - `deleted` string[] — IDs of compound nodes that have been deleted
      - `updated` string[] — IDs of compound nodes updated to latest version
      - `updates_available` string[] — IDs of compound nodes that have updates available
    - `node_references` string[]
    - `telemetry_gen_templates` string[]
  - `orgID` string
  - `purpose` 'user-defined' | 'edgedelta-ai'
  - `retrieved` string — Latest retrieval time for installation. Will move to a separate table once obscured hostID for install host is implemented
  - `rollout_task_id` string
  - `status` 'running' | 'suspended'
  - `tag` string
  - `updated` string
  - `updater` string
  - `version` 'v2' | 'v3'

---

[API](https://skmtc.net/edgedelta/apis/edge-delta-api.md) · [All operations](https://skmtc.net/edgedelta/apis/edge-delta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edgedelta/edge-delta-api/revisions/ae0e90c2c794/schema)
