• /
  • EnglishEspañolFrançais日本語한국어Português
  • EntrarComeçar agora

GetWorkflowDefinition

This API gets and returns a workflow definition.

Example

Use the Query Builder to create and edit a workflow. See NerdGraph API explorer.

{
actor {
account(id: 11933347) {
workflowAutomation {
workflow(name: "my-workflow", version: 1) {
definition {
name
version
yaml
}
}
}
}
}
}
Copyright © 2025 New Relic Inc.

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