Skip to main content
GET
/
v1
/
pathway
/
folders
Get All Folders
curl --request GET \
  --url https://app.luly.ai/api/v1/pathway/folders \
  --header 'authorization: <authorization>'
{
  "status": "success",
  "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}

Documentation Index

Fetch the complete documentation index at: https://docs.luly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required
Your API key for authentication.

Response

folders
array
The unique identifier of the folder.
folders[].id
string
A message describing the result of the operation.
folders[].name
string
The name of the folder.
folders[].parent_folder_id
string
The ID of the parent folder, if applicable.
{
  "status": "success",
  "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}