Skip to main content
GET
/
services
List services
curl --request GET \
  --url http://localhost:7687/services
{
  "services": [
    {
      "name": "<string>",
      "type": "<string>",
      "source": "<string>",
      "description": "<string>",
      "hash": "<string>",
      "enabled": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt

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

Query Parameters

query
string

Free-text query used to match service names and descriptions.

enabled
enum<string>

Enabled-state filter. Omit to return all services.

Available options:
true,
false,
null

Response

Matching services.

Collection wrapper for service listings and discovery responses.

services
object[]
required

Services that match the current query filters.

Last modified on May 14, 2026