/
/Crawlab API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 32m ago · Updated 1mo ago
Authentication3
Database26
Dependencies13
Export3
Git28
  • getGet list of Git repositories
  • postCreate a new Git repository
  • deleteDelete multiple Git repositories
  • getGet Git repository by ID
  • deleteDelete Git repository by ID
  • postClone a Git repository
  • getGet Git branches
  • postCreate a new branch
  • deleteDelete a branch
  • getGet current Git branch
  • getGet remote Git branches
  • postCheckout a branch
  • postCheckout a remote branch
  • getGet Git changes
  • postStage Git changes
  • deleteDiscard Git changes
  • postPull from remote
  • getWebSocket for Git pull
  • getWebSocket for Git push
  • getGet file differences
  • postCommit changes
  • postPush to remote
  • getGet Git logs
  • getList Git files
  • getGet Git file content
  • postSave Git file
  • getGet spiders in Git repository
  • postCreate spider from Git repository
Nodes5
Notifications14
Permissions6
Projects6
Schedules9
Spiders18
System4
Tasks8
Users9
    Git

    WebSocket for Git pull

    WebSocket endpoint for streaming Git pull operations

    get/gits/{id}/pull/ws

    Path parameters

    idstring required

    MongoDB ObjectId represented as a hexadecimal string

    Object ID

    Changes