get https://api.securitytrails.com/v2/projects//rules/static_assets
Gets static assets for your project using the path parameter project_id
. The response will include a list of static assets with their detail.
The returned data can be filtered by asset
, static_type
, membership_type
, last_applied_before
and last_applied_after
, if not provided, all assets will be returned.
In case the number of parameters exceeds the limit, default 100
and maximum 1000
, scrolling will be used to retrieve the next page of results.
The cursor
are returned in the meta.pagination
field of the response, which can be used to retrieve the next page of results.
If the cursor
is None
, there are no more pages available to scroll.