---
id: ducklings-get-duckling-config-for-user
title: "Get user Duckling configuration"
description: "Gets Duckling (instance) configuration for a user. Requires 'Admin' role."
sidebar_label: "Get user Duckling configuration"
hide_title: true
hide_table_of_contents: true
api: eJzlmN9v4jgQx/8VKy/bSj2gu2114o3d0h7SHr1L4R4OVcgkQ3Cb2Dnboe2i/O83Y0jzg2hXq3K6Sn2KQ8bjme98YpzZeCoFza1QchR6fS/MgodYyMj8EoG93N18UXIpoiulpwa0d+KFYAItUpqEU67BGlaYsiMhjeUygGMWuGnZ1jtbKs04y9BDh/nwTyY0GPZhECZCfmBaxdBBz5ZHxuvPyjDwt8Kh8e5OPANBpoV9RqONN8jsSmnxjW8jmd3laJFyzROwoI2zERRiyu0KPUl8gHcUgxs2M6EH7FHYlZDMroApHXFZuMe1gxUk3OtvPPuckiNjNcaITxL+9BVkhIv0P56f/5Tb/MTTWzVQfqszoBxQmlRJgynjYh97PbrUfd5mASpillnMCmOMAxW3IC2Z8zSNReDW6N4bmrPZT0At7iGwODHVhIEV2xU18HD+iDLDj22L6syN+AZt2oDMEippmsUuRjIPuQ5xeJ8lC0XyQcTxEgm83OWUhopD9SjnWG0lQ1NxKzDByEGI3IiEXF/0XAG2N79enPV6eU3UWSPGO/cUMzQBJ8b+nxyXsQoemg7RzaKeXDW3i7P/XJtaXHdN2woXDQnRlIzP2lD9zEP3woOxh0M0Qfh51FqM+uoTfOFAa9x8iilYrieepDE0YnPihj/l0tnX/A0u5/7wz+nwdkL+hDEZVEvEtebPtKdZSMwrsmxWpjAksurBDiRzizK1ZNtwcA/ilj2ChmLrEIsY3P5si8yqSc32OCiVdALghmWFbeq5k+gImTj+joRC4sJJscW+LLrZ1aKm6EkpSIOqQuiZA9GReLpP4kiuEdeQfcE8kEHBY/PmiGyL8RBkTseD6eS3G3/09/DyXaLZImyJ6OlrEK1JW2W0nbcWVj/tszqVfHe6gfDNQVoL7hB0Xt34n0eXl8Pxu0SzKmfJ5KfXMFkKWgWyAVULiWf7JI6VZVcqk28PwzKyQzA4vpnMr26m4/e5Pb5oWQJ49hoASzWrAFZZ2qPvvO30OELg8GstZsNddm8LwUZ4h+BwNJ4M/fHg6/x26P819OdD37/x3yWTdXELMM9fd6Bsl7f+t91ArkFqTsa4jVK/JAKnM/UX+l53fdqlj33T3RQ9hrxbti+oe6HXRWMi0zFOWVmbmn63y1PRSRQqpqn10QlU4uWVdsctUb2tYqPp8VJL8lQ0Keh+AVzjxyBFS5I4y52uv7uFqGXDfDxXs8EfI5xJkW3FPO30Oj0iLlXGJtytsuudXIN1PZyy4VPr8jTrsilf18P2ibY5W3iy3TTmwvVRnKKbXTFm3voUDV058NqvNH1qDaUVpkjWm82CG5jqOM/pZ/yw0NRkwuGaa8EXjl3cnIShMZZ+iac5+E66R7vgw2P2g75SazLFKy7pBcdjZEZ3OHyA52oLK6d3dIWf4lhqim/7eBAEkNrKxL2dkuB6gfh6SN9WdDSo8LTj56QYkPfWoFA5ZzFRDyBRvSJGS/cUYJ7/C53hBVc=
sidebar_class_name: "get api-method"
info_path: sql-reference/rest-api/motherduck-rest-api
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get user Duckling configuration"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/v1/users/{username}/instances"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Gets Duckling (instance) configuration for a user. Requires 'Admin' role.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./ducklings-get-duckling-config-for-user.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./ducklings-get-duckling-config-for-user.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./ducklings-get-duckling-config-for-user.StatusCodes.json")}
>
  
</StatusCodes>


      

---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/sql-reference/rest-api/ducklings-get-duckling-config-for-user/",
  "page_title": "Get user Duckling configuration",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
