List exports
documentedList export tasks.
GET /exports/Exportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.close.com/api/v1/export/?_limit={{$limit}}&_skip={{$skip}}&s_query={{$query}}&format={{$format}}&type={{$type}}&date_format={{$date_format}}&fields={{$fields}}&include_activities={{$include_activities}}&include_smart_fields={{$include_smart_fields}}&send_done_email={{$send_done_email}}" \
-u "{{CLOSE_API_KEY}}:" \
-H "Accept: application/json" \
-X GET