Image
Training
Project
Get Projects
GET
/
v1
/
projects
Copy
Ask AI
curl --request GET \
--url https://api.landing.ai/v1/projects
Copy
Ask AI
{
"data": [
{
"id": 123,
"name": "<string>",
"projectType": "classification",
"isActive": true,
"createdAt": "<string>"
}
]
}
Headers
Query Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.landing.ai/v1/projects
Copy
Ask AI
{
"data": [
{
"id": 123,
"name": "<string>",
"projectType": "classification",
"isActive": true,
"createdAt": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.