Global events

Global events

NEW_EXPORT

It's a global event and can't be filtered.

Sample response:

{
    "export_id": "54e62358-2656-455c-afd7-66d5ed3dd581",
    "archive_url": "url.zip",
    "requested_at": 1649838051,
    "generated_at": 1649838135
}
  • export_id: UUID v4 format

  • archive_url: The URL where the archive is stored. Currently it's only a zip file.

  • requested_at: The date when you requested the archive, timestamp format.

  • generated_at: The date when the archive have been generated, timestamp format.

Last updated