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