Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • API, CLI, and SDK Documentation
  • REST API Documentation
  • Migration Reports Using REST API

Statistics Using REST API

Learn how to view migration job statistics using the DryvIQ REST API.

Written by Andrea Harvey

Updated at May 2nd, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Insights
    Prebuilt Insights Custom Insights
  • Content
  • Accounts
  • Activity Log
  • Content Scans
  • Migrations
    Migration Jobs Migration Reports Maps Flagged Items Migration Tools
  • Connections
    Supported Platform Connections Creating Connections Connection Maintenance Connection Pools
  • Entity Types
    DryvIQ Available Entity Types Custom Entity Types Entity Type Maintenance
  • Action Sets
    Creating Action Sets Action Sets Maintenance
  • Settings
    License Performance Notifications Extensions Entity Types Settings Display Settings Configuration
  • API, CLI, and SDK Documentation
    REST API Documentation Command-line Interface SDK Development
  • POC Offering
  • Release Notes
+ More

Table of Contents

Overview Statistics By Age (Modified Date) Statistics by age Statistics by age Using Date Range Examples Statistics by Error Category Statistics by Content Category (File Type) Statistics by Folder Depth Statistics by Extension Statistics by Size Statistics by Status Processing Statistics Get List of Items by Revision Job Stop Policy Statistics Job Timeline Statistics

Overview

The stats endpoint provides insight into your transferred content through various ways to break down your reports. The following REST API requests help you understand what your transferred content looks like.

Statistics By Age (Modified Date)

List job content by age/modified date based on the top 5 buckets, with the remaining items captured into the "other" or "older" bucket.

Statistics by age

GET {{url}}v1/transfers/{{job}}/stats/by_age

Statistics by age Using Date Range

You can pull statistics by days (d), weeks (w), months (m), or years (y).

GET {{url}}v1/transfers/{{job}}/stats/by_age?age={{range}}

Examples

Days

GET {{url}}v1/transfers/{{job}}/stats/by_age?age=2d

Weeks

GET {{url}}v1/transfers/{{job}}/stats/by_age?age=2w

Months

GET {{url}}v1/transfers/{{job}}/stats/by_age?age=2m

Years

GET {{url}}v1/transfers/{{job}}/stats/by_age?age=2y

Statistics by Error Category

List the error categories assigned to your job content.

GET {{url}}v1/transfers/{{job}}/stats/by_category

Statistics by Content Category (File Type)

List your job content by content category/file type based on the top five buckets, with the remaining items captured into the "other" or "older" bucket.

GET {{url}}v1/transfers/{{job}}/stats/by_content_category

Statistics by Folder Depth

List your job content by folder depth, where each value is the number of subfolders contained within the parent folder. The response will display the following for both the source and destination:

  • Bytes
  • Files
  • Folders
GET {{url}}v1/transfers/{{job}}/stats/by_depth

Statistics by Extension

List your job content by file extension based on the top 5 buckets, with the remaining items captured into the "other" or "older" bucket.

GET {{url}}v1/transfers/{{job}}/stats/by_ext

Statistics by Size

List your job content by file size based on the top 5 buckets, with the remaining items captured into the "other" or "older" bucket.

GET {{url}}v1/transfers/{{job}}/stats/by_size

Statistics by Status

List your job content by its transferred status: success, processed, or retry.

GET {{url}}v1/transfers/{{job}}/stats/by_status

Processing Statistics

List your job content by items that were processed during transfer, such as content that was sanitized or truncated.

GET {{url}}v1/transfers/{{job}}/stats/processing

Get List of Items by Revision

List items with a given processing status. Processing statuses include: none, filtered, skipped, truncated, converted, conflict_copy, access_rules, or metadata.

{{url}}v1/transfers/items?jobs={{job}}&fields=all&processing_status=converted

Job Stop Policy Statistics 

List the status of your job's stop policy.

GET {{url}}v1/jobs/{{job}}?fields=stop_policy

Job Timeline Statistics 

List your job content by its transferred status (success, processed, or retry) for the timeline of your job (from creation to completion).

GET {{url}}v1/transfers/{{job}}/stats/timeline

 

api rest api job migration reports statistics age category extension size status

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Google Drive
  • DryvIQ Platform REST API Documentation
  • Syncplicity (REST API)

Copyright 2025 – DryvIQ.

Knowledge Base Software powered by Helpjuice

Expand