• /
  • EnglishEspañolFrançais日本語한국어Português
  • Log inStart now

GetSchedules

Returns information about schedules.

Input parameters

Parameter

Type

Required

Description

account.id

Number

Yes

Your account ID.

Sample request

{
actor {
account(id: 11933347) {
workflowAutomation {
schedules {
results {
definition {
name
scope {
id
type
}
version
}
schedule {
id
}
}
}
}
}
}
}

Sample response

The query returns:

  • schedules.results: An array of schedule objects, each containing:
    • definition.name: The workflow definition name
    • definition.scope.id: The account ID
    • definition.scope.type: The scope type
    • definition.version: The workflow definition version
    • schedule.id: The unique identifier of the schedule
Copyright © 2026 New Relic Inc.

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