Skip to main content
GET
List Executors by Provider

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Path Parameters

id
string
required

Unique identifier of the catalog provider.

Response

Indicates that the request was successful and the response contains the requested data.

category
string

Functional category of the executor.

Example:

"HTTP"

id
string

Unique identifier of the executor.

Example:

"http"

name
string

Display name of the executor.

Example:

"HTTP Request"

providerId
string

ID of the provider this executor belongs to.

Example:

""

version
string

Version of the executor.

Example:

"v1"