DeepFellow API ReferenceAdministration
List projects
Return a list of projects.
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
100Range
1 <= value <= 200after?After
include_archived?Include Archived
Default
falseHeader Parameters
OpenAI-Organization?Openai-Organization
Response Body
curl -X GET "https://loading/v1/organization/projects?limit=100&after=5eb7cf5a86d9755df3a6c593&include_archived=false" \
-H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593"{
"object": "list",
"data": [
{
"name": "Simplito",
"status": "active",
"models": [
"llama3.1:8b",
"qwen3:latest"
],
"custom_endpoints": [
"/v1/ocr",
"/summarize"
],
"id": "5eb7cf5a86d9755df3a6c593",
"created_at": 1759917874
}
],
"first_id": "5eb7cf5a86d9755df3a6c593",
"last_id": "5eb7cf5a86d9755df3a6c593",
"has_more": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.