/
/Cloud Website API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Apps23
  • deleteClear custom domain cache
  • getGet folder structure
  • postCreate a file in app
  • deleteDelete a file or directory
  • patchMove a file
  • getGet all apps for authenticated user
  • postCreate a new app
  • getGet specific app details
  • deleteDelete an app
  • getGet custom domain info
  • postUpdate custom domain
  • deleteDelete custom domain
  • getGet deploy token
  • postDeploy token flow
  • deleteDelete deploy token
  • getGet app deployments
  • getGet app metrics
  • getGet app status
  • postUpdate app status (run/stop/restart)
  • getGet file content from app
  • getStream app logs (Server-Sent Events)
  • putUpdate app code
  • putUpdate app resources
Databases12
    Apps

    Get app deployments

    get/apps/{app_id}/deploys

    Path parameters

    app_idstring uuid required

    Response

    List of deployments

    idstring uuid
    app_idstring uuid
    created_atstring date-time
    errorstring

    Changes