GET
/
projects
/
{project_id}
curl --request GET \
  --url https://app.kapso.ai/api/v1/projects/{project_id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<any>"
}

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Path Parameters

project_id
string
required

Response

200
application/json

Project details

The response is of type object.