Use advanced filtering options to find function schedules. At most one of FunctionId
or FunctionExternalId
can be specified.
OK
The response for a failed request.
{- "filter": {
- "name": "MySchedule",
- "cronExpression": "5 4 * * *"
}
}
{- "items": [
- {
- "id": 1,
- "name": "My schedule",
- "createdTime": 1730204346000,
- "description": "This is a nice schedule",
- "cronExpression": "* * * * *",
- "when": "Every hour",
- "functionId": 1,
- "functionExternalId": "my.known.id",
- "sessionId": "string"
}
]
}