Primitives
Read a resource
Reads a single resource by URI and returns its contents.
post/projects/{projectId}/servers/{serverId}/resources/read
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
serverIdstring required
ID of the server inside the project.
Request body
Example request
{
"uri": "file:///readme.md"
}Response
The resource contents.