Retrieve a context
Retrieve a specific context by its type and id. type and id are required fields, if the context does not exist, it returns the 404 response
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Path Parameters
idRequiredstringContext ID
typeRequiredstringContext type
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
typeRequiredstringContext type (e.g., tenant, app, workspace)
idRequiredstringUnique identifier for this context
dataRequiredobjectCustom data associated with this context
createdAtRequiredstringCreation timestamp
updatedAtRequiredstringLast update timestamp