License Audit Using REST API
Learn hoe to manage your DryvIQ license using the REST API.
Table of Contents
GET License Usage
Use the following GET to get your license details.
GET {{url}}v1/licensing?usage=true
GET Job Details/Audit Log
An audit log can be downloaded using one of the following calls.
GET v1/transfers/audits.csv
GET {{url}}v1/transfers/{job}/audits.csv
Audit Log for a Specific Job
Use the "job", "jobs", "job_id", or "job_ids" parameter to filter the output by job or specific jobs, or use the v1/transfers/{job}/audits.csv endpoint.
Use the "transferred" or "transferred_on" parameter to filter output by a date range.
GET {{url}}v1/transfers/audits.csv?job=12345678&transferred=1/1/2023-1/4/2023
The audit log is purged every 90 days by default.