---
title: "Get parameter overrides for a specific node"
method: GET
path: "/api/edgenodes/{edgeNodeId}/overrides"
tags: ["EdgeNodes"]
---

# Get parameter overrides for a specific node

`GET /api/edgenodes/{edgeNodeId}/overrides`

Returns a list of all parameter overrides connected to the specified node.

## Path parameters

- `edgeNodeId` string, uuid, required

## Response `200`

OK

- ParameterOverride[]
  - `id` string, nullable — The identifier of the parameter.
  - `type` string, nullable — The type of the parameter. Available values are `String`, `Number`, `Boolean`, `Credential`, `Resource`, `Integer` and `Object`.
  - `organizationId` string, uuid — The identifier of the organization.
  - `createdAt` string, date-time — The time the parameter was created.
  - `createdBy` string, uuid — The user that created the parameter.
  - `updatedAt` string, date-time — The time the parameter was last updated.
  - `updatedBy` string, uuid — The user that last updated the parameter.
  - `value` ParameterValue
    - `id` string, nullable
    - `organizationId` string, uuid
    - `type` string, nullable
    - `value` unknown
  - `edgeNodeId` string, uuid — The identifier of the node.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.net/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.net/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosser/edge-director-api/versions/746b3f44e69d/schema)
