curl --request GET \
--url https://api.landing.ai/v1/projects{
"data": [
{
"id": 123,
"name": "<string>",
"projectType": "classification",
"createdAt": "<string>",
"isActive": true
}
]
}curl --request GET \
--url https://api.landing.ai/v1/projects{
"data": [
{
"id": 123,
"name": "<string>",
"projectType": "classification",
"createdAt": "<string>",
"isActive": true
}
]
}Successful Response
Was this page helpful?