For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deferred Response Overview

Deferred response is a term used to refer to endpoints like ClickExports and ReportExports that take the parameters you provide, and allow you to schedule tasks to receive data at a future time.

The response from the API is thus deferred, unlike the synchronous versions of the endpoints (Clicks and Reports respectively), which will give a response right away.

Replaying a job

An existing job can be added to the queue to be processed again.

Last updated