?format=csv. JSON is bounded by ?limit (default 1000,curl --location 'https://upload.tf/api/v1/pages/mysite/captures?format=&limit=' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"captures": [
{
"id": "string",
"email": "user@example.com",
"capturedAt": "2019-08-24T14:15:22.123Z"
}
],
"count": 0,
"limit": 0
}
}