Get a folder's breadcrumb trail

Returns the path from the media-library root to the folder, ready to render as breadcrumbs. The first entry is always the synthetic root ({ name: 'Media library', id: null }).

Each entry carries isLimited, flagging folders that exceed the plan's folder allowance.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X GET 'https://apis.elai.io/api/v1/uploads/folders/66a1f0c2b7cd13032a9c6500/breadcrumbs' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
{
  "breadcrumbs": [
    {
      "name": "Media library",
      "id": null,
      "isLimited": false
    },
    {
      "name": "Product launch",
      "id": "66a1f0c2b7cd13032a9c6100",
      "isLimited": false
    }
  ]
}
Path Params
string
required
Responses

locked and the increaseUserLockedRolePrivileges feature flag is off.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json