Tomic R.Original post
Rank 3: Container
Is there a way to get the execution Id of the function's "own" execution inside the function? I couldn't find any environment variable for it here
Summary
A user inquired about getting the Execution ID in Appwrite. The solution is to use `req.headers["x-appwrite-execution-id"]` in the app code. The issue has been resolved.