# APIs related

- [Returns the list of user names which are present in the target policy and have access to the target](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-user-names-which-are-present-in-the-target-policy-and-have-access-to-the-target.md)
- [Returns the list of documents linked with the target document](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-documents-linked-with-the-target-document.md)
- [Returns the list of schemas for the target document](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-schemas-for-the-target-document.md)
- [Returns the list of discussions for the target document](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-discussions-for-the-target-document.md)
- [Creates a new discussion linked to the target document](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/creates-a-new-discussion-linked-to-the-target-document.md)
- [Creates a new message in the target discussion](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/creates-a-new-message-in-the-target-discussion.md)
- [Returns the list of messages for the target discussion](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-messages-for-the-target-discussion.md)
- [Encrypts and loads the file into IPFS linked to the target discussion](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/encrypts-and-loads-the-file-into-ipfs-linked-to-the-target-discussion.md)
- [Retrieves and decrypts the file associated with the discussion from IPFS](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/retrieves-and-decrypts-the-file-associated-with-the-discussion-from-ipfs.md)
- [Returns the list of private keys for the target document](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-private-keys-for-the-target-document.md)
- [Returns the count of the messages in the target discussion](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-count-of-the-messages-in-the-target-discussion.md)
- [Returns the list of user names which are present in the policy](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-user-names-which-are-present-in-the-policy.md)
- [Returns the list of schemas present in the target policy](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-schemas-present-in-the-target-policy.md)
- [Returns the list of documents in the target policy](https://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related/returns-the-list-of-documents-in-the-target-policy.md)


---

# 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://guardian.hedera.com/guardian-dev/guardian/complex-iterative-review-and-approval-workflows/apis-related.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.
