Export the Agent configuration as a downloadable archive
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Export accepted for async processing. Poll the returned job_id at
GET /v2/config/jobs/{job_id} for the status and the archive’s
temporary download link.
queued for a newly accepted job. An export submitted while one is
already running for the Agent returns that job instead of starting a
second, so its status may already be in_progress — poll the job_id
either way.