For the complete documentation index, see llms.txt. This page is also available as Markdown.

Record

Get recording or running status.

get

Get recording or running status. Policy must be in dry-run mode, otherwise returns 403 "Invalid status.". Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
typestringRequired

Record type (Recording or Running)

Example: Recording
policyIdstringRequired

Policy ID being recorded/run

Example: 69aeb71ef8c5b278e3bab4e5
uuidstringRequired

Unique identifier of the recording session

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
statusstringRequired

Current status of the recording/running session

Example: New
get
/record/{policyId}/status

Start recording.

post

Start recording. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Body
object · ObjectOptional
Responses
200

Successful operation.

application/json
booleanOptional
post
/record/{policyId}/recording/start

Stop recording.

post

Stop recording. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Body
object · ObjectOptional
Responses
200

Successful operation.

application/json
string · binaryOptional
post
/record/{policyId}/recording/stop

Get recorded actions.

get

Get recorded actions. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
uuidstringRequired

Unique identifier of the action

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
policyIdstringRequired

Policy ID

Example: 69aeb71ef8c5b278e3bab4e5
methodstringRequired

HTTP method (GET, POST, PUT, etc.)

Example: POST
actionstringRequired

Action type

Example: CreateDID
timestringRequired

Timestamp when the action occurred

Example: 2026-03-03T17:25:53.312Z
userstringRequired

User DID who performed the action

Example: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599
targetstringRequired

Target block or entity of the action

Example: Block tag
get
/record/{policyId}/recording/actions

Run record from a zip file.

post

Run record from a zip file. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Query parameters
importRecordsstringRequired
syncNewRecordsstringRequired
fromPolicyIdstringRequired
Body
stringOptional
Responses
200

Record UUID.

application/json
stringOptional
post
/record/{policyId}/running/start

Stop running.

post

Stop running. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Body
object · ObjectOptional
Responses
200

Successful operation.

application/json
booleanOptional
post
/record/{policyId}/running/stop

Get running results.

get

Get running results. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
totalnumberRequired

Total number of documents compared

Example: 5
get
/record/{policyId}/running/results

Get documents produced by a recorded action.

get

Returns all VC and VP documents from the dry-run store that share the given recordActionId. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Query parameters
recordActionIdstringRequired

Record action UUID

Responses
200

Successful operation.

application/json
object[]Optional
get
/record/{policyId}/recording/action-documents

Get running details.

get

Get running details. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
totalnumberRequired

Total number of fields compared

Example: 10
get
/record/{policyId}/running/details

Fast Forward.

post

Fast Forward. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Body
object · ObjectOptional
Responses
200

Successful operation.

application/json
booleanOptional
post
/record/{policyId}/running/fast-forward

Retry step.

post

Retry step. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Body
object · ObjectOptional
Responses
200

Successful operation.

application/json
booleanOptional
post
/record/{policyId}/running/retry

Skip step.

post

Skip step. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
Body
object · ObjectOptional
Responses
200

Successful operation.

application/json
booleanOptional
post
/record/{policyId}/running/skip

Last updated