Get usage statistics for a given organization
usage_list_matching(
org_id = NULL,
task = NULL,
start_date = NULL,
end_date = NULL
)
An array containing the following fields:
integer, The ID of the run which contributed this usage.
integer, The ID of the job which contributed this usage.
integer, The ID of the user who contributed this usage.
integer, The organization of the user who contributed this usage.
string, When the run was created at.
integer, The duration of the run in seconds.
integer, The number of records matched by the run.
string, The type of matching job contributing to this usage. One of ["IDR", "CDM"].
integer optional. The ID of the organization to get usage statistics for.
string optional. The type of matching job contributing to this usage. One of ["IDR", "CDM"].
string optional. The start date of the range to get usage statistics for.
string optional. The end date of the range to get usage statistics for.