Back to changelog
July 20, 2024
For those using the Socket full-scan API, we now include a from
and repo
fields for the v0/report/list
endpoint that filters the results based on a unix timestamp.
Here are the new fields with specific notes on how to use them:
from
querystring filter to the GET /report/list
endpoint. The field accepts a unix timestamp in seconds and filters the report list from that date.repo
querystring filter to the GET /report/list
endpoint. The field filters the results by a repo slug.from
querystring filter to the GET /orgs/{org_slug}/full-scans
endpoint. The field accepts a unix timestamp in seconds and filters the report list from that date.repo
querystring filter to the GET /orgs/{org_slug}/full-scans
endpoint. The field filters the results by a repo slug.