# Notes

{% hint style="info" %}
This API is not available for self-service at the moment, and you will need to [contact us](https://www.forestadmin.com/contact-us) if you are interested in using it.
{% endhint %}

## List notes

This endpoint allows to list notes and its messages on a particular *project* and *environment*.

Records are returned sorted by `id` primary key, in descending order (from most recent to least recent).

Pagination can be achieved by filtering on `createdAt` date.

{% openapi src="<https://1872951838-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2K5ysVek2r22Z6P2U6Q4%2Fuploads%2Fgit-blob-71a4d108587cbe3855aec44ada1679b019dfdcf2%2Fpublic-api.json?alt=media>" path="/v1/project/{projectName}/environment/{environmentName}/notes" method="get" %}
[public-api.json](https://1872951838-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2K5ysVek2r22Z6P2U6Q4%2Fuploads%2Fgit-blob-71a4d108587cbe3855aec44ada1679b019dfdcf2%2Fpublic-api.json?alt=media)
{% endopenapi %}
