Hi @floris,
A timer spawns a so-called job at runtime. You can query it via ManagementService#createJobQuery
. See https://docs.camunda.org/manual/7.9/user-guide/process-engine/process-engine-concepts/#jobs-and-job-definitions for some more explanation and a code example for the query.
Cheers,
Thorben