DeepFellow API ReferenceAdministration
Retrieve project
Get detailed information about a project.
AuthorizationBearer <token>
In: header
Path Parameters
project_idProject Id
The ID of the project.
Match
^[0-9a-fA-F]{24}$Header Parameters
OpenAI-Organization?Openai-Organization
Organization Id from OpenAi compatible endpoint. Required to organization access or project access (with OpenAI-Project header) when logged as User or Admin User.
Response Body
curl -X GET "https://loading/v1/organization/projects/5eb7cf5a86d9755df3a6c593" \ -H "OpenAI-Organization: string"{
"name": "Simplito",
"status": "active",
"models": [
"llama3.1:8b",
"qwen3:latest"
],
"custom_endpoints": [
"/v1/ocr",
"/summarize"
],
"mcp_prefixes": [
"ocr-websearch",
"brave-search"
],
"id": "5eb7cf5a86d9755df3a6c593",
"created_at": 1782465249
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}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.