Get a Catalog Executor
Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog executor.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Unique identifier of the catalog executor.
Response
Indicates that the request was successful and the response contains the requested data.
Functional category of the executor.
"HTTP"
Unique identifier of the executor.
"http"
Display name of the executor.
"HTTP Request"
ID of the provider this executor belongs to.
""
JSON Schema defining the expected configuration for this executor.
"{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"}}}"
Version of the executor.
"v1"

