Skip to main content
GET
/
v1
/
companies
/
{id}
/
folders
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/companies/{id}/folders
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key": "<string>",
    "name": "<string>",
    "type_id": "<string>",
    "order": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.venture.caplia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Response

OK

id
string<uuid>
required
key
string
required
name
string
required
type_id
string | null
required
order
number
required