Skip to main content
GET
/
projects
/
{project_id}
/
available_data
Available Project Data
curl --request GET \
  --url https://api.example.com/projects/{project_id}/available_data \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

project_id
string
required

Response

Successful Response