Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Windmill indexSearch API

The indexSearch API from Windmill — 7 operation(s) for indexsearch.

Windmill indexSearch API is one of 59 APIs that Windmill publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include indexSearch. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 7 operations across 7 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.694.0.

Requests are made against a single base URL, /api.

7 operations 7 paths 2 schemas 1 DELETE6 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.694.0
Base URL
https://app.windmill.dev/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Windmill indexSearch API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the cookie as token (cookieAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 1 DELETE, 6 GET. Each is listed below with its method, path, parameters, and response codes.

indexSearch 7
GET
/srch/w/{workspace}/index/search/job
Search Through Jobs with a String Query
searchJobsIndex 3 params → 200
GET
/srch/index/search/service_logs
Search Through Service Logs with a String Query
searchLogsIndex 6 params → 200
GET
/srch/index/search/count_service_logs
Search and Count the Log Line Hits on Every Provided Host
countSearchLogsIndex 3 params → 200
GET
/srch/index/storage/disk
Get Index Disk Storage Sizes from the Indexer.
getIndexDiskStorageSizes → 200
DELETE
/indexer/delete/{idx_name}
Clear an Index and Restart the Indexer.
clearIndex 1 param → 200
GET
/indexer/storage
Get Index Storage Sizes (disk and S3).
getIndexStorageSizes → 200
GET
/indexer/status
Get Indexer Status Including Liveness and Storage Sizes.
getIndexerStatus → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are JobSearchHit (1 property), LogSearchHit (1 property). Each schema is shown below with its type and property counts.

LogSearchHit
object
1 property
JobSearchHit
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-indexsearch-api-openapi.yml Raw ↑

Other APIs Windmill publishes across the network.

Windmill admin API
Windmill agent_workers API
Windmill app API
Windmill asset API
Windmill audit API
Windmill azure_trigger API
Windmill capture API
Windmill concurrencyGroups API
Windmill config API
Windmill documentation API
Windmill draft API
Windmill email_trigger API