/
/Crawlab API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13m ago · Updated 1mo ago
Authentication3
Database26
  • getGet database collections
  • postFind documents in a collection
  • postAggregate documents in a collection
  • getGet database list
  • postCreate a new database
  • getGet database by ID
  • putUpdate database by ID
  • postTest database connection
  • getGet database metadata
  • getGet database tables metadata
  • postGet specific table metadata
  • postCreate a new table
  • postModify a table
  • deleteDrop a table
  • postRename a table
  • getGet table data
  • postModify table data
  • postGet filtered table data
  • getGet column types
  • postExecute a database query
  • getGet database metrics
  • getGet time-range metrics
  • getGet current metrics
  • postExport database data
  • getGet export status
  • getDownload export
Dependencies13
Export3
Git28
Nodes5
Notifications14
Permissions6
Projects6
Schedules9
Spiders18
System4
Tasks8
Users9
    Database

    Get database metrics

    Get performance metrics for all databases

    get/databases/metrics

    Response

    Database metrics

    codeinteger
    messagestring
    dataobject

    Changes