/
CR
crawlab-team
/
Crawlab API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8m ago · Updated 1mo ago
Details
Filter operations
Authentication
3
Database
26
get
Get database collections
post
Find documents in a collection
post
Aggregate documents in a collection
get
Get database list
post
Create a new database
get
Get database by ID
put
Update database by ID
post
Test database connection
get
Get database metadata
get
Get database tables metadata
post
Get specific table metadata
post
Create a new table
post
Modify a table
delete
Drop a table
post
Rename a table
get
Get table data
post
Modify table data
post
Get filtered table data
get
Get column types
post
Execute a database query
get
Get database metrics
get
Get time-range metrics
get
Get current metrics
post
Export database data
get
Get export status
get
Download export
Dependencies
13
Export
3
Git
28
Nodes
5
Notifications
14
Permissions
6
Projects
6
Schedules
9
Spiders
18
System
4
Tasks
8
Users
9
Database
Get database collections
Get list of collections in the database
get
/database/collections
Response
List of collections
Success
required
code
integer
message
string
data
object
Changes