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

Tasks

Returns task statuses by Id.

get

Returns task statuses by Id.

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

Task Id

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
Responses
200

Successful operation.

application/json
actionstringRequired

Task type

Example: Create policy
userIdstringRequired

User Id

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

Expected count of task phases

Example: 0
taskIdstringRequired

Task Id

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

Date

Example: 2026-03-03T17:25:53.312Z
get
/tasks/{taskId}

Returns task status of user onboarding by Id without authentication.

get

Returns task status of user onboarding by Id. No Bearer token required.

Path parameters
taskIdstringRequired

Task Id returned by the initiating endpoint

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
Responses
200

Successful operation.

application/json
actionstringRequired

Task type

Example: Create policy
userIdstringRequired

User Id

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

Expected count of task phases

Example: 0
taskIdstringRequired

Task Id

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

Date

Example: 2026-03-03T17:25:53.312Z
get
/tasks/onboard/{taskId}

Last updated