get
https://app.eraser.io/api/folders/
Retrieves a single folder by ID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example request
curl --location 'https://app.eraser.io/api/folders/xK9mPq2vR' \
--header 'Authorization: Bearer $YOUR-TOKEN-HERE'Example response
{
"id": "xK9mPq2vR",
"name": "Design Docs",
"order": 0,
"teamId": "tN4wLm8jY",
"createdBy": "uB7cHd3sW",
"createdAt": "2025-07-01T12:00:00.000Z",
"updatedAt": "2025-07-15T09:30:00.000Z",
"parentFolderId": null
} 400Invalid folder ID
401Missing or invalid bearer token
403Unauthorized
404Folder not found
500Internal server error