For the complete documentation index, see llms.txt. This page is also available as Markdown.

agentExecutionApprove

Graphql fields and variables for the agentExecutionApprove mutation

Approve a pending agent execution

Scope required: standard:write

mutation agentExecutionApprove ($executionId: ID!) {
  agentExecutionApprove (executionId: $executionId) {
      errors
  }
}

Arguments

{
  "executionId": "456123"
}
Name
Type
Description

executionId

ID

Response

Name
Type
Description

errors

List (String)

Last updated

Was this helpful?