• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

GetWorkflowDefinitions

This API gets and returns a list of all workflow definition outlines under the given scope. Note, the inner workflow definition yaml is not available with this query. A workflow definition yaml is only returned using a GetWorkflowDefinition query /{actor/account(:id)/workflowAutomation/workflow(:name, :version)

Example

{
actor {
account(id: 11933347) {
workflowAutomation {
workflows(cursor: "xyz123") {
results {
definition {
name
scope {
id
type
}
version
}
}
}
}
}
}
}
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.