v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBCatalog API
List Executors by Provider
Use this endpoint to retrieve all executors that belong to a specific provider.
get/v1/catalog/providers/{id}/executors
Path parameters
idstring required
Unique identifier of the catalog provider.
Response
Indicates that the request was successful and the response contains the requested data.
Example response
[
{
"category": "HTTP",
"id": "http",
"name": "HTTP Request",
"version": "v1"
}
]