Skip to content

Get mirror status

GET
/v1/mirrors/{id}/status

Get status of a mirror

id
required
string

Mirror ID

Mirror status

object
id
required
string
status
required
string
Allowed values: ACTIVE INACTIVE ERROR
lastSyncAt
string format: date-time
lastError
string

Unauthorized

object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{
"code": "UNAUTHORIZED",
"message": "Authentication required"
}

Forbidden

object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{
"code": "FORBIDDEN",
"message": "Insufficient permissions"
}

Not found

object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{
"code": "NOT_FOUND",
"message": "Resource not found"
}

Internal server error

object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{
"code": "INTERNAL_ERROR",
"message": "An internal error occurred"
}