# NaaS Endpoints

NexumAPI provides a few additional endpoints that provide different insights into your present configuration and health of the service.

{% hint style="success" %}
**Have an endpoint suggestion?**\
\
Please let us know on [Discord](https://discord.gg/libum) or at <development@libum.io>. We're always looking to improve our feature set and be more of a use to the Symitar community.
{% endhint %}

## Operations

{% openapi src="/files/SNQ1vUEsvaXcB8AcL4Es" path="/health" method="get" %}
[naas.yaml](https://3522254878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMnFBCS684CqYxmApfYl%2Fuploads%2Fgit-blob-fef06ff4fc9210cf130229b1a27f40dd6d94b012%2Fnaas.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/SNQ1vUEsvaXcB8AcL4Es" path="/connection-status" method="get" %}
[naas.yaml](https://3522254878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMnFBCS684CqYxmApfYl%2Fuploads%2Fgit-blob-fef06ff4fc9210cf130229b1a27f40dd6d94b012%2Fnaas.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/SNQ1vUEsvaXcB8AcL4Es" path="/host-configs" method="get" %}
[naas.yaml](https://3522254878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMnFBCS684CqYxmApfYl%2Fuploads%2Fgit-blob-fef06ff4fc9210cf130229b1a27f40dd6d94b012%2Fnaas.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/SNQ1vUEsvaXcB8AcL4Es" path="/nexum/627/{version}/{service}/operations" method="get" %}
[naas.yaml](https://3522254878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMnFBCS684CqYxmApfYl%2Fuploads%2Fgit-blob-fef06ff4fc9210cf130229b1a27f40dd6d94b012%2Fnaas.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/SNQ1vUEsvaXcB8AcL4Es" path="/supported-services" method="get" %}
[naas.yaml](https://3522254878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXMnFBCS684CqYxmApfYl%2Fuploads%2Fgit-blob-fef06ff4fc9210cf130229b1a27f40dd6d94b012%2Fnaas.yaml?alt=media)
{% endopenapi %}


---

# Agent Instructions: 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.libum.io/nexum/naas-endpoints.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.
