---
title: "Retrieve ScheduledEventConfiguration"
method: GET
path: "/organizations/{orgId}/scheduledevents/configurations/{id}"
tags: ["ScheduledEventConfigurations"]
---

# Retrieve ScheduledEventConfiguration

`GET /organizations/{orgId}/scheduledevents/configurations/{id}`

Retrieve a ScheduledEventConfiguration for the given UUID.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Return the ScheduledEventConfiguration

- ScheduledEventConfigurationResponse — Response containing a ScheduledEventConfiguration entity
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
  - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
  - `createdBy` string — The ID of the user who created this item.
  - `lastModifiedBy` string — The ID of the user who last modified this item.
  - `name` string, required — The name of the custom Scheduled Event Configuration.
  - `entity` string, required — The referenced configuration or billing entity for which the desired scheduled Event will trigger.
  - `field` string, required — A DateTime field for which the desired scheduled Event will trigger - this must be a DateTime field on the referenced billing or configuration entity.
  - `offset` integer, required — The offset in days from the specified DateTime field on the referenced entity when the scheduled Event will trigger.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

[API](https://skmtc.net/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.net/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
