---
title: "Get status of configuration request"
method: GET
path: "/"
tags: ["Configuration"]
---

# Get status of configuration request

`GET /`

Retrieve the status of the most recently deployed configuration request.

## Query parameters

- `show` 'full'
- `statusCodes` 'legacy' | 'experimental'

## Response `200`

Configuration was successful.

- Task — The configuration status and associated declaration.
  - `id` string, uuid — Unique ID for task.
  - `selfLink` string, uri — URI at which to fetch task on the device.
  - `message` string — Overall result message.
  - `errors` string[] — Array of errors that occurred.
  - `result` Result — Standard result object in responses.
    - `class` 'Result'
    - `code` integer — Status code.
    - `status` 'OK' | 'ERROR' | 'ROLLING_BACK' | 'RUNNING' | 'REBOOTING' | 'REVOKING' — Status string.
    - `message` string — Overall result message.
    - `errors` string[] — Array of errors that occurred.
  - `declaration` Device — unresolved $ref
  - `currentConfig` ConfigObject
    - `Common` object — A collection of sub-objects that describe the configuration state of a device.
  - `originalConfig` ConfigObject
    - `Common` object — A collection of sub-objects that describe the configuration state of a device.

## Other responses

- `500` — Something went wrong internally and a bug report should be filed&#58; https://github.com/F5Networks/f5-declarative-onboarding/issues/new/choose.

---

[API](https://skmtc.net/f5networks/apis/f5-big-ip-declarative-onboarding.md) · [All operations](https://skmtc.net/f5networks/apis/f5-big-ip-declarative-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-declarative-onboarding/revisions/ad4f7f41e106/schema)
