curl --request GET \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id}/pathways \
--header 'authorization: <authorization>'
{
"pathways": [
{
"id": "pathway_123",
"name": "My Pathway",
"description": "A sample pathway",
"created_at": "2024-03-15T12:00:00Z"
}
]
}
Retrieves all pathways within a specific folder for the authenticated user.
curl --request GET \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id}/pathways \
--header 'authorization: <authorization>'
{
"pathways": [
{
"id": "pathway_123",
"name": "My Pathway",
"description": "A sample pathway",
"created_at": "2024-03-15T12:00:00Z"
}
]
}
{
"pathways": [
{
"id": "pathway_123",
"name": "My Pathway",
"description": "A sample pathway",
"created_at": "2024-03-15T12:00:00Z"
}
]
}
Was this page helpful?