Skip to main content
GET
/
api
/
dashboard
/
manager
/
stats
/
status
getStatusManagerStats
curl --request GET \
  --url https://api.artemis.cynopsis.co/api/dashboard/manager/stats/status \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Domain-ID: <x-domain-id>'
[
  {
    "total": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Query Parameters

endDate
string<date>

endDate

riskRating
enum<string>

riskRating

Available options:
HIGH,
LOW,
MEDIUM,
MEDIUM_HIGH,
MEDIUM_LOW,
UNKNOWN
startDate
string<date>

startDate

Response

OK

status
enum<string>
Available options:
ACCEPTED,
CLEARED,
DRAFT,
PENDING,
REJECTED,
REQUEST_CHANGES
total
integer<int64>