---
title: "Retrieve an advanced rules descriptor"
method: GET
path: "/waap/v1/advanced-rules/descriptor"
tags: ["Advanced Rules"]
---

# Retrieve an advanced rules descriptor

`GET /waap/v1/advanced-rules/descriptor`

## Response `200`

Successful Response

- AdvancedRuleDescriptorResponse — A response from a request to retrieve an advanced rules descriptor
  - `version` string, required — The descriptor's version
  - `objects` AdvancedRuleDescriptor[], nullable
    - `name` string, required — The object's name
    - `type` string, required — The object's type
    - `description` string, nullable — The object's description
    - `attrs` AdvancedRuleDescriptorAttr[], nullable — The object's attributes list
      - `name` string, required — The attribute's name
      - `type` string, required — The attribute's type
      - `hint` string, nullable — The attribute's hint
      - `description` string, nullable — The attribute's description
      - `args` AdvancedRuleDescriptorArg[], nullable — A list of arguments for the attribute
        - `name` string, required — The argument's name
        - `type` string, required — The argument's type
        - `description` string, nullable — The argument's description

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
