GET
/
v1
/
pathway
/
folders
/
{folder_id}
/
pathways

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

folder_id
string
required

The ID of the folder to retrieve pathways from.

Response

pathways
array

An array of pathway objects within the specified folder.

pathways[].id
string

The unique identifier of the pathway.

pathways[].name
string

The name of the pathway.

pathways[].description
string

The description of the pathway.

pathways[].created_at
string

The creation date and time of the pathway.