---
title: "getScheduledJobKeys"
canonical: "https://support.appfire.com/space/PSJ/15490069/getScheduledJobKeys"
format: markdown
---
> Macro (aura-html)

> Macro (button-handy)



> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | getScheduledJobKeys() | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Returns the list of scheduled jobs keys.

Returns the list of scheduled jobs keys.

## Return Type

**String []**

Returns the list of the scheduled job keys.

## Example

```
runnerLog("The job keys are : " + getScheduledJobKeys());
```

The example above returns the list of all scheduled job keys created.

## See also

> Macro (contentbylabel)