GET /folders/{id}
curl \
-X GET https://getcody.ai/api/v1/folders/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"id": "string",
"name": "string",
"created_at": 42
}
}