← Tools Reference

Luma

Luma integration (Productivity, Social). Imported from open-connector.

API key6 toolshttps://public-api.luma.com
GET
luma_get_self
Get the Luma user profile for the current API key.

/v1/users/get-self

GET
luma_get_calendar
Get the Luma calendar scoped to the current API key.

/v1/calendars/get

GET
luma_list_calendar_events
List events for the Luma calendar scoped to the current API key.

/v1/calendars/events/list

9 parameters
ParamTypeRequiredDescription
beforestringoptionalISO 8601 date-time accepted by Luma, for example 2022-10-19T03:27:13.673Z.
afterstringoptionalISO 8601 date-time accepted by Luma, for example 2022-10-19T03:27:13.673Z.
pagination_cursorstringoptionalCursor token returned as next_cursor by a previous Luma page.
pagination_limitintegeroptionalMaximum number of records to return. Luma enforces its own maximum.
platformsarrayoptionalEvent platforms to include, such as luma or external.
sort_columnstringoptionalThe Luma event sort column.
sort_directionstringoptionalThe Luma sort direction.
statusstringoptionalThe calendar submission status to include.
accessarrayoptionalAccess values to include.
GET
luma_get_event
Get full details for a Luma event the API key can manage.

/v1/events/get

1 parameter
ParamTypeRequiredDescription
event_idstringoptionalLuma event ID, usually starting with evt-.
GET
luma_list_event_guests
List registered or invited guests for a Luma event.

/v1/events/guests/list

6 parameters
ParamTypeRequiredDescription
event_idstringrequiredLuma event ID, usually starting with evt-.
approval_statusstringoptionalGuest approval status to include.
pagination_cursorstringoptionalCursor token returned as next_cursor by a previous Luma page.
pagination_limitintegeroptionalMaximum number of records to return. Luma enforces its own maximum.
sort_columnstringoptionalThe Luma guest sort column.
sort_directionstringoptionalThe Luma sort direction.
GET
luma_get_event_guest
Get detailed information for a Luma event guest.

/v1/events/guests/get

2 parameters
ParamTypeRequiredDescription
event_idstringoptionalLuma event ID, usually starting with evt-.
idstringoptionalGuest identifier: guest ID, ticket key, guest key, or email address.