Storage Tools avatar
Storage Tools

Pricing

Pay per usage

Go to Store
Storage Tools

Storage Tools

Developed by

Marco Gullo

Marco Gullo

Maintained by Community

Query storages on the Apify platform.

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

Dataset IDs

datasetIdsarrayOptional

The IDs or the username~store-name of the datasets to query.

Default value of this property is []

Key-Value Store IDs

keyValueStoreIdsarrayOptional

The IDs or the username~store-name of the key-value stores to query.

Default value of this property is []

Previous run ID

previousRunIdstringOptional

Use the output of a previous run.

Storage kinds

storageKindsarrayOptional

The type of storage to query on the account.

Default value of this property is ["key-value-store","dataset"]

Include unnamed storages

includeUnnamedbooleanOptional

Whether to include storages without a name.

Default value of this property is false

Output fields

outputFieldsarrayOptional

The fields to include in the output.

Default value of this property is ["name","userId","username","createdAt","modifiedAt","accessedAt","itemCount","cleanItemCount","actId","actRunId","readCount","writeCount","deleteCount","listCount","s3StorageBytes","formattedSize","generalAccess"]

Sort output by

sortOutputByEnumOptional

The key to sort the output by.

Value options:

"id": string"name": string"userId": string"username": string"createdAt": string"modifiedAt": string"accessedAt": string"itemCount": string"cleanItemCount": string"actId": string"actRunId": string"readCount": string"writeCount": string"deleteCount": string"listCount": string"s3StorageBytes": string"generalAccess": string

Sort output order

sortOutputOrderEnumOptional

The order to sort the output by.

Value options:

"asc": string"desc": string

Default value of this property is "asc"

Filter storages by name regex

filterNameByRegexstringOptional

A regular expression to filter the storages by their names.

Filter storages by user ID

filterUserIdarrayOptional

The user ID to filter the storages by.

Default value of this property is []

Filter storages by username regex

filterUsernameByRegexstringOptional

A regular expression to filter the storages by their usernames.

Filter storages created before

filterCreatedBeforestringOptional

The date to filter the storages by their creation date in format YYYY-MM-DD or {number} {unit}.

Filter storages created after

filterCreatedAfterstringOptional

The date to filter the storages by their creation date in format YYYY-MM-DD or {number} {unit}.

Filter storages modified before

filterModifiedBeforestringOptional

The date to filter the storages by their last modification date in format YYYY-MM-DD or {number} {unit}.

Filter storages modified after

filterModifiedAfterstringOptional

The date to filter the storages by their last modification date in format YYYY-MM-DD or {number} {unit}.

Filter storages accessed before

filterAccessedBeforestringOptional

The date to filter the storages by their last access date in format YYYY-MM-DD or {number} {unit}.

Filter storages accessed after

filterAccessedAfterstringOptional

The date to filter the storages by their last access date in format YYYY-MM-DD or {number} {unit}.

Filter storages with item count at least

filterItemCountMinintegerOptional

The minimum number of items in the storages to include in the output.

Filter storages with item count at most

filterItemCountMaxintegerOptional

The maximum number of items in the storages to include in the output.

Filter storages with clean item count at least

filterCleanItemCountMinintegerOptional

The minimum number of clean items in the storages to include in the output.

Filter storages with clean item count at most

filterCleanItemCountMaxintegerOptional

The maximum number of clean items in the storages to include in the output.

Filter storages by actor ID

filterActIdarrayOptional

The actor ID to filter the storages by.

Default value of this property is []

Filter storages by run ID

filterActRunIdarrayOptional

The run ID to filter the storages by.

Default value of this property is []

Filter storages with read count at least

filterReadCountMinintegerOptional

The minimum number of times the storages have been read to include in the output.

Filter storages with read count at most

filterReadCountMaxintegerOptional

The maximum number of times the storages have been read to include in the output.

Filter storages with write count at least

filterWriteCountMinintegerOptional

The minimum number of times the storages have been written to include in the output.

Filter storages with write count at most

filterWriteCountMaxintegerOptional

The maximum number of times the storages have been written to include in the output.

Filter storages with delete count at least

filterDeleteCountMinintegerOptional

The minimum number of times the storages have been deleted to include in the output.

Filter storages with delete count at most

filterDeleteCountMaxintegerOptional

The maximum number of times the storages have been deleted to include in the output.

Filter storages with list count at least

filterListCountMinintegerOptional

The minimum number of times the storages have been listed to include in the output.

Filter storages with list count at most

filterListCountMaxintegerOptional

The maximum number of times the storages have been listed to include in the output.

Filter storages with S3 storage bytes at least

filterS3StorageBytesMinintegerOptional

The minimum number of bytes in the storages to include in the output.

Filter storages with S3 storage bytes at most

filterS3StorageBytesMaxintegerOptional

The maximum number of bytes in the storages to include in the output.

Filter storages by general access

filterGeneralAccessarrayOptional

The general access level to filter the storages by.

Default value of this property is []

Apify Token

apifyTokenstringOptional

The Apify API token to use for authentication. If not provided, the token from the environment variable APIFY_TOKEN will be used.

Apify Token for previous run

apifyTokenForPreviousRunstringOptional

The Apify API token to use for authentication when querying the previous run. If not provided, the current user's token will be used.