GET
/
v1
/
export
/
list
Get export list for user
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"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

offset
integer

The number of items to skip before starting to collect the result set

limit
integer
export_status
string

Response

200
application/json

OK

The response is of type object.