---
title: "Get deployment settings by dseq"
method: GET
path: "/v2/deployment-settings/{dseq}"
tags: ["Deployment Settings"]
---

# Get deployment settings by dseq

`GET /v2/deployment-settings/{dseq}`

## Path parameters

- `dseq` string, required — Deployment sequence number

## Query parameters

- `userId` string, uuid — User ID. Defaults to the current authenticated user if not provided

## Response `200`

Returns deployment settings

- object
  - `data` object, required
    - `id` string, uuid, required
    - `userId` string, required
    - `dseq` string, required
    - `autoTopUpEnabled` boolean, required
    - `estimatedTopUpAmount` number, required
    - `topUpFrequencyMs` number, required
    - `runtimeLimitHours` integer, nullable, required — Runtime limit in hours chosen at deployment creation, or null for always-on funding
    - `runtimeEndsAt` string, date-time, nullable, required — When the runtime limit is reached, anchored at lease start; null until the lease starts or when no limit is set
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `404` — Deployment settings not found

## Changes

- **2026-08-24** `c1fa52080a36` — 2 info
  - added the required property `data/runtimeEndsAt` to the response with the `200` status
  - added the required property `data/runtimeLimitHours` to the response with the `200` status

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v2/deployment-settings/:dseq/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
