Get Folder

GET /folders/{id}

Get a folder by its id.

Path parameters

  • id string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
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
  }
}