Skip to main content

The escalation path object

id
string
required

Unique identifier for this escalation path.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

kind
enum<string>
required

Whether this path carries its own nodes, or is built from an escalation path template.

Available options:
standalone,
templated
Example:

"templated"

name
string
required

The name of this escalation path, for the user's reference.

Example:

"Urgent Support"

path
object[]
required

The nodes that form the levels and branches of this escalation path. Empty for a templated path, which takes them from its template.

Example:
team_ids
string[]
required

IDs of the teams that own this escalation path. This will automatically sync escalation paths with the right teams in Catalog. If you have an escalation paths attribute on your Teams, this attribute is required.

Example:
current_responders
object[]

Users who are currently on-call for this escalation path

Example:
param_bindings
object

For a templated path, the values bound to the template's declared parameters, keyed by parameter name.

Example:
repeat_config
object
Example:
template_id
string

For a templated path, the template it is built from.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

working_hours
object[]

The working hours for this escalation path. Absent for a templated path, which takes them from its template.

Example: