Skip to main content
GET
/
api
/
apps
List Apps Endpoint
curl --request GET \
  --url https://api.example.com/api/apps
{
  "apps": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "platform": "macos",
      "updated_at": "<string>",
      "category": "<string>",
      "notes": "<string>",
      "related_skills": [],
      "relevance_note": "<string>",
      "usage": "unknown"
    }
  ],
  "total": 123
}

Query Parameters

platform
string | null
category
string | null
search
string | null

Response

Successful Response

List of apps.

apps
AppResponse · object[]
required
total
integer
required