List pending approvals with action dates and elapsed time

get/api/v2/admin/pendingApprovals/slaReport

Query Parameters

  • limitstring<number>Default: 25
    Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.
    Minimum: >= 1
    Maximum: <= 50
  • prevIdstring
    Return the next batch of results, based on the "nextBatchPrevId" value from the previous batch.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
  • createDateFromstring<date-time>
    Fetches pending approvals with a "createDate" that is greater than or equal to the start of the given date
  • createDateTostring<date-time>
    Fetches pending approvals with a "createDate" that is less than midnight of the given date
  • bitgoOrgstring
    Filter by bitgoOrg
    Enum: BitGo Trust BitGo New York BitGo Germany BitGo Switzerland BitGo Europe ApS Frankfurt DE Trust BitGo Singapore BitGo Korea BitGo Custody MENA FZE BitGo India BitGo Sister Trust 1 BitGo Inc

200 Response

pendingApprovals array[object] required
id string
Min length: >= 1 characters
enterpriseId string
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
enterpriseName string
walletId string
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
walletLabel string
coinType string
A cryptocurrency or token ticker symbol.
Example: btc
coinAmount string
coinUsdValue string
withdrawalTimestamp string <date-time>
videoIdTimestamp string <date-time>
approvalTimestamp string <date-time>
signedTimestamp string <date-time>
finalApprovalTimestamp string <date-time>
broadcastTimestamp string <date-time>
elapsedTime string
nextBatchPrevId string
When a result set is truncated, this field returns the id of the last object in the previous batch. To get the next batch of results, pass this value via the "prevId" query parameter.
Example: 585951a5df8380e0e3063e9f

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id