Skip to main content
GET
Get a Catalog Executor

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

Unique identifier of the catalog executor.

Resposta

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

category
string

Functional category of the executor.

Exemplo:

"HTTP"

id
string

Unique identifier of the executor.

Exemplo:

"http"

name
string

Display name of the executor.

Exemplo:

"HTTP Request"

providerId
string

ID of the provider this executor belongs to.

Exemplo:

""

schema
string

JSON Schema defining the expected configuration for this executor.

Exemplo:

"{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"}}}"

version
string

Version of the executor.

Exemplo:

"v1"