Skip to main content
GET
List built component operations

Authorizations

Authorization
string
header
required

Path Parameters

component_id
string
required

Response

Successful response

description
string
required

Explanation of what the operation does, already evaluated.

display_name
string
required

Human-readable label for the operation, already evaluated.

name
string
required

Unique name of the operation within its component.

request_schema
object
required

JSON Schema document describing the operation's response payload. Must be a valid JSON Schema draft 2020-12 document.

response_schema
object
required

JSON Schema document describing the operation's response payload. Must be a valid JSON Schema draft 2020-12 document.