Skip to Content
API ReferenceTestPOST /decrypt

POST /test/decrypt

Decrypt Invocation Key

Decrypt a key scoped to an invocation entry.

Request Body (DecryptInvocationKeyApiRequest)

FieldTypeRequiredDescription
invocation_idstringYesInvocation identifier
key_idstringYesKey identifier to decrypt
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (DecryptInvocationKeyApiResponse)

FieldTypeRequiredDescription
keystringNoDecrypted key value
namestringNoKey display name
actor_namestringNoName of the actor who decrypted
Last updated on