---
title: "Read current BIG-IP AS3 configuration"
method: GET
path: "/declare"
tags: ["Configuration"]
---

# Read current BIG-IP AS3 configuration

`GET /declare`

Retrieve a declaration (with all or just some Tenants) or an index of stored declarations.

## Query parameters

- `show` string
- `age` union
  - integer
  - string
- `filterClass` string

## Response `200`

Successful response

- Declaration

## Other responses

- `204` — No BIG-IP AS3 configured tenants exist on the target device
- `500` — Something went wrong internally, and a bug report should be filed&#58; https://github.com/F5Networks/f5-appsvcs-extension/issues/new/choose

## Changes

- **2023-04-17** `9eda164c008a` — 1 breaking, 1 info
  - `query` request parameter `age` list-of-types was narrowed by removing types `integer|string`
  - for the `query` request parameter `age`, the type/format was generalized from `integer|string`/`` to ``/``
- **2023-04-12** `24bf3ac213cc` — 2 breaking
  - `query` request parameter `age` list-of-types was narrowed by removing types `integer and string`
  - for the `query` request parameter `age`, the type/format was changed from ``/`` to `integer|string`/``
- **2023-04-03** `9eda164c008a` — 1 breaking, 1 info
  - `query` request parameter `age` list-of-types was narrowed by removing types `integer|string`
  - for the `query` request parameter `age`, the type/format was generalized from `integer|string`/`` to ``/``
- **2022-11-15** `5f9921e416b1` — 2 breaking
  - `query` request parameter `age` list-of-types was narrowed by removing types `integer and string`
  - for the `query` request parameter `age`, the type/format was changed from ``/`` to `integer|string`/``

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-as3/changes/declare/get.md)

---

[API](https://skmtc.dev/f5networks/apis/f5-big-ip-as3.md) · [All operations](https://skmtc.dev/f5networks/apis/f5-big-ip-as3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-as3/revisions/e7dc931778cf/schema)
