Skip to main content
GET
/
api
/
hf-projects
/
saved
List Saved Endpoint
curl --request GET \
  --url https://api.example.com/api/hf-projects/saved
{
  "projects": [
    {
      "author": "<string>",
      "entity_type": "model",
      "hf_id": "<string>",
      "id": "<string>",
      "name": "<string>",
      "saved_at": "<string>",
      "url": "<string>",
      "description": "<string>",
      "downloads": 0,
      "intent": "reference",
      "library_name": "<string>",
      "likes": 0,
      "note": "<string>",
      "pipeline_tag": "<string>",
      "sdk": "<string>",
      "tags": []
    }
  ],
  "total": 0
}

Response

200 - application/json

Successful Response

List of saved HF projects.

projects
SavedHfProject · object[]
required
total
integer
default:0