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"
}

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"
}