/
/speedcurve-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4w ago · Updated 4w 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

Get all snapshots

Get list of snapshots.

get/accounts/{account_id}/snapshots

Path parameters

account_idinteger required

Account ID

Query parameters

start_timestampinteger

UNIX timestamp (seconds), max 12 months ago

end_timestampinteger

UNIX timestamp (seconds), max 12 months ago

site_idstring

Site ID (get via Get all sites endpoint - GET /accounts/{account_id}/sites)

deploy_idinteger

Deployment ID

pageinteger

Page number for paginated request

per_pageinteger

How many deploys are returned per page, maximum 1000

Response

200