Activities are requests to securely execute a workload in Turnkey.
Activities (also called submissions) are requests to create, modify, or use resources within Turnkey.
Submission endpoints are always prefixed with /public/v1/submit
.
COMPLETED
: The activity was successful and the result
field is populated.FAILED
: The activity failed and the failure
field contains the reason.CONSENSUS_NEEDED
: More signatures are required to process the request.PENDING
: The request is processing asynchronously.get_activity
with the activity ID.timestampMs
value in your request.Activities are requests to securely execute a workload in Turnkey.
Activities (also called submissions) are requests to create, modify, or use resources within Turnkey.
Submission endpoints are always prefixed with /public/v1/submit
.
COMPLETED
: The activity was successful and the result
field is populated.FAILED
: The activity failed and the failure
field contains the reason.CONSENSUS_NEEDED
: More signatures are required to process the request.PENDING
: The request is processing asynchronously.get_activity
with the activity ID.timestampMs
value in your request.