GET
/
api
/
v1
/
vault
/
get_metadata
/
{project_id}
curl --request GET \
  --url https://api.harvey.ai/api/v1/vault/get_metadata/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "project_id": "<string>",
  "file_ids": [
    "<string>"
  ],
  "file_count": 123,
  "max_file_count": 123,
  "project_size": 123,
  "max_project_size": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

The project ID.

Response

201
application/json

Project metadata details

The response is of type object.