Skip to main content
GET
/
resources
List resources
curl --request GET \
  --url http://localhost:{port}/resources
{
  "resources": [
    {
      "type": "<unknown>",
      "name": "<string>",
      "url": "<string>",
      "branch": "<string>",
      "searchPath": "<string>",
      "searchPaths": [
        "<string>"
      ],
      "specialNotes": "<string>"
    }
  ]
}
Lists all configured resources from the active config.

Response

200 - application/json

Configured resources

resources
object[]
required