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

GetSchedule

This API gets and returns a schedule.

Input parameters

Parameter

Type

Required

Description

account.id

Number

Yes

Your account ID.

schedule.id

String

Yes

The unique identifier of the schedule to retrieve.

Sample request

{
actor {
account(id: 11933347) {
workflowAutomation {
schedule(id: "schedule-id") {
id
}
}
}
}
}

Sample response

The query returns:

  • 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.