Fetches the details of a single export by its ID. The export must belong to the authenticated user.
The unique identifier for the export.
A promise that resolves to the export object.
Starts a new observation export job.
This sends a request to the server to begin generating an export file.
The status of the job can be tracked via the get
method.
The export options, specifying the type, format, and filters.
A promise that resolves to an object containing the new export's ID and status URL.
Fetches a list of the authenticated user's observation exports.