Get platform provider settings rollout status.
GET
/api/admin/platform/plugins/provider-projection/status
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/platform/plugins/provider-projection/status \ --header 'Authorization: Bearer <token>'Returns the latest durable inherited-configuration rollout for each built-in notification or human-verification provider. This platform-wide status is restricted to system admins.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Latest provider rollout jobs.
Media type application/json
object
jobs
required
Array<object>
object
pluginId
required
string
revision
required
string format: uuid
status
required
string
total
required
integer
processed
required
integer
succeeded
required
integer
skipped
required
integer
failed
required
integer
lastErrorCode
required
string | null
updatedAt
required
integer format: int64
key
additional properties
key
additional properties
Example
{ "jobs": [ { "status": "pending" } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}