curl --request GET \
--url https://api.example.com/orgs/all/directories/contents{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get node contents within a directory path across all organizations the user is a member of.
This endpoint is used by the frontend to show actual nodes within a specific directory across all organizations the user has access to.
curl --request GET \
--url https://api.example.com/orgs/all/directories/contents{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}