cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/export/list \ --header 'X-API-Key: <api-key>'
{ "current_page": 123, "result_count": 123, "total_results": 123, "total_pages": 123, "data": [ { "id": "<string>", "name": "<string>", "export_status": "<string>", "item_type": "<string>", "download_signed_url": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
The number of items to skip before starting to collect the result set
OK
The response is of type object.
object
Was this page helpful?