View Source Turnkey.APIClient.Activity (TurnkeyEx v0.0.1-alpha2)

Turnkey mutating actions create an "Activity", with a status that indicates whether the endpoint should be polled until the status is "Completed"

Some activities complete immediately, including signing. Some activities take time, including creating sub orgs and if the action requires a quorum.

https://docs.turnkey.com/api#tag/Activities

Summary

Functions

Queries an activity, polling until completion if requested.

Functions

Link to this function

get_activity(activity_id, organization_id, poll \\ false)

View Source

Queries an activity, polling until completion if requested.