/
/speedcurve-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getGet all budgets
  • getGet all deploys
  • postAdd a deploy
  • getGet latest deploy
  • getGet a deploy
  • getGet all notes
  • postAdd a note
  • deleteDelete a note
  • getExport RUM Data
  • getGet all sites
  • getGet site details and settings
  • deleteDelete a site
  • postImport settings [DEPRECATED]
  • getExport settings
  • getGet a test
  • deleteDelete a test
  • getGet all tests
  • getGet all URLs
  • postAdd a URL
  • getGet all tests for a URL
  • deleteDelete a URL
  • patchUpdate a URL
  • getGet current account info
  • get/accounts/{account_id}/dashboards
  • getGet dashboard charts
  • getGet all deployments
  • postCreate a new deployment
  • deleteDelete deployment
  • post/accounts/{account_id}/queries/
  • get/accounts/{account_id}/queries/{query_id}/
  • getGet all sites
  • postCreate a site
  • get/accounts/{account_id}/sites/{site_id}/
  • delete/accounts/{account_id}/sites/{site_id}/
  • patchCopy of Create a site
  • getGet all snapshots
  • postCreate a snapshot

Export RUM Data

Allows to download CSV file with raw RUM data.

get/lux/export

Query parameters

datestring

Optional, defaults to yesterday's date. Specify which date to download the data for, in the format YYYYMMDD e.g. 20230815 for the 15th of August 2023. RUM dates are stored in UTC.

hourinteger

Hour of day 0-23.

Response

200

download_urlstring

Example response

{
  "download_url": "https://s3.amazonaws.com/lux-exports.speedcurve.com/lux.gz"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.