> For the complete documentation index, see [llms.txt](https://docs.nected.ai/nected-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nected.ai/nected-docs/management-api.md).

# Management API

- [Audit Log API](https://docs.nected.ai/nected-docs/management-api/audit-log-api.md)
- [Get Audit Log Detail](https://docs.nected.ai/nected-docs/management-api/audit-log-api/get-audit-log-detail.md)
- [Get Audit Log Search Result](https://docs.nected.ai/nected-docs/management-api/audit-log-api/get-audit-log-search-result.md)
- [Pull Remote Data](https://docs.nected.ai/nected-docs/management-api/audit-log-api/pull-remote-data.md)
- [Rules](https://docs.nected.ai/nected-docs/management-api/rules.md)
- [Get rule by id](https://docs.nected.ai/nected-docs/management-api/rules/get-rule-by-id.md)
- [List rules (Get all)](https://docs.nected.ai/nected-docs/management-api/rules/list-rules-get-all.md)
- [Create rule](https://docs.nected.ai/nected-docs/management-api/rules/create-rule.md)
- [Update rule](https://docs.nected.ai/nected-docs/management-api/rules/update-rule.md)
- [Test Rule](https://docs.nected.ai/nected-docs/management-api/rules/test-rule.md)
- [Publish rule](https://docs.nected.ai/nected-docs/management-api/rules/publish-rule.md)
- [Create or update schedule Rule](https://docs.nected.ai/nected-docs/management-api/rules/create-or-update-schedule-rule.md)
- [List published versions by id](https://docs.nected.ai/nected-docs/management-api/rules/list-published-versions-by-id.md)
- [Workflow](https://docs.nected.ai/nected-docs/management-api/workflow.md)
- [List Workflows (Get All)](https://docs.nected.ai/nected-docs/management-api/workflow/list-workflows-get-all.md)
- [Get workflow by ID](https://docs.nected.ai/nected-docs/management-api/workflow/get-workflow-by-id.md)
- [Create Workflow](https://docs.nected.ai/nected-docs/management-api/workflow/create-workflow.md)
- [Update Workflow](https://docs.nected.ai/nected-docs/management-api/workflow/update-workflow.md)
- [Test Workflow](https://docs.nected.ai/nected-docs/management-api/workflow/test-workflow.md)
- [Publish Workflow](https://docs.nected.ai/nected-docs/management-api/workflow/publish-workflow.md)
- [List published versions by id](https://docs.nected.ai/nected-docs/management-api/workflow/list-published-versions-by-id.md)
- [Global Variable API](https://docs.nected.ai/nected-docs/management-api/global-variable-api.md)
- [List All Global Variables](https://docs.nected.ai/nected-docs/management-api/global-variable-api/list-all-global-variables.md)
- [Get Global Variable by Name](https://docs.nected.ai/nected-docs/management-api/global-variable-api/get-global-variable-by-name.md)
- [Create Global Variable](https://docs.nected.ai/nected-docs/management-api/global-variable-api/create-global-variable.md)
- [Update Global Variable](https://docs.nected.ai/nected-docs/management-api/global-variable-api/update-global-variable.md)
- [Delete Global Variable](https://docs.nected.ai/nected-docs/management-api/global-variable-api/delete-global-variable.md)
- [Singed token API](https://docs.nected.ai/nected-docs/management-api/singed-token-api.md)
- [List Rule/Workflow API](https://docs.nected.ai/nected-docs/management-api/list-rule-workflow-api.md)
- [Dynamic Lookup Table API (Attribute Library)](https://docs.nected.ai/nected-docs/management-api/dynamic-lookup-table-api-attribute-library.md)
- [Deprecated APIs](https://docs.nected.ai/nected-docs/management-api/deprecated-apis.md)
- [Audit Log API](https://docs.nected.ai/nected-docs/management-api/deprecated-apis/audit-log-api.md)
- [Global Variable API](https://docs.nected.ai/nected-docs/management-api/deprecated-apis/global-variable-api.md)
- [Check Usage](https://docs.nected.ai/nected-docs/management-api/deprecated-apis/check-usage.md)
- [List Rule/Workflows API](https://docs.nected.ai/nected-docs/management-api/deprecated-apis/list-rule-workflows-api.md)
- [Get Entity Detail API](https://docs.nected.ai/nected-docs/management-api/deprecated-apis/get-entity-detail-api.md)
- [Pull Remote Data](https://docs.nected.ai/nected-docs/management-api/deprecated-apis/pull-remote-data.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nected.ai/nected-docs/management-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
