mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
18 lines
195 B
GraphQL
18 lines
195 B
GraphQL
query JobStatus {
|
|
jobStatus {
|
|
progress
|
|
status
|
|
message
|
|
}
|
|
}
|
|
|
|
query SystemStatus {
|
|
systemStatus {
|
|
databaseSchema
|
|
databasePath
|
|
appSchema
|
|
status
|
|
configPath
|
|
}
|
|
}
|