Skip to content

List folders

GET
/api/v1/folders
curl --request GET \
--url https://api.langparse.dev/api/v1/folders \
--header 'X-Api-Key: <X-Api-Key>'

The org’s folders

Media typeapplication/json
object
folders
Array<object>
object
id
string
name
string
path
string
parentId
string
nullable
Examplegenerated
{
"folders": [
{
"id": "example",
"name": "example",
"path": "example",
"parentId": "example"
}
]
}

Missing or invalid API key