Skip to main content
GET
/
api
/
templates
List Templates Route
curl --request GET \
  --url https://api.example.com/api/templates
{
  "total": 123,
  "templates": [
    {
      "name": "<string>",
      "target": "<string>",
      "fun": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "owner_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "owner_username": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "",
      "target_type": "glob",
      "args": [],
      "kwargs": {},
      "is_shared": false
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

total
integer
required
templates
CommandTemplateOut · object[]
required