Skip to main content
GET
/
api
/
v1
/
public
/
projects
/
{projectId}
cURL
curl --request GET \
  --url http://studio.premai.io/api/v1/public/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "project": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "label": "<string>",
    "type": "project",
    "status": "processing",
    "metadata": {},
    "children": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Response

Project tree

project
object
required