Skip to main content
GET
/
orchestration
/
details
cURL
curl --request GET \
  --url https://api.otim.com/orchestration/details \
  --header 'Content-Type: application/json' \
  --data '
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "ephemeralWalletAddress": "<string>",
  "ephemeralWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "pending",
  "metadata": {},
  "numRuns": 123,
  "maxRuns": 123
}
Get orchestration details by request ID.

Body

application/json
requestId
string<uuid>
required

Orchestration ID

Response

200 - application/json

Orchestration details retrieved successfully

requestId
string<uuid>
required

Orchestration ID

ephemeralWalletAddress
string<address>
required

Ephemeral wallet address

ephemeralWalletId
string<uuid>
required

Ephemeral wallet ID

status
enum<string>
required

Orchestration status

Available options:
pending,
inProgress,
paid,
cancelled,
draft
metadata
object
required

Orchestration metadata

numRuns
integer<uint64>
required

Number of times the orchestration has been executed

maxRuns
integer<uint64> | null

Maximum number of times the orchestration can be executed