My Access Certification Reviews

The My Access Certification Reviews API enables end users to retrieve reviews and associated review resources that are assigned to them. The response is specifically for the authenticated user (the end user) making the request.

List all managed connections for my review
Beta
OAuth 2.0 scope:
  • okta.governance.reviewer.read

Lists all managed connections for the specified AI agent in the current user's assigned review

Request
path Parameters
agentId
required
string

ID of the agent

Example: wlpkhjm0jnDp8RrUu0g4
campaignId
required
string

The id of the campaign

reviewId
required
string

The id of the review

query Parameters
after
string

The pagination cursor that points to the last record of the previous request.

Example: after=00u68w6vzKLultXS97g6
limit
integer [ 1 .. 200 ]
Default: 20

The maximum number of records returned in a response

Responses
200

All connections the agent has established

401

When authentication fails

403

When authorization fails

404

When the requested resource wasn't found

429

When the rate limit has been exceeded

500

When there is a server fault due to an unexpected error

get/governance/api/v1/my/campaigns/{campaignId}/reviews/{reviewId}/agent-managed-connections/{agentId}
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "connectionType": "IDENTITY_ASSERTION_CUSTOM_AS",
      • "id": "mcn4d5e6f7g8h9i0j1k2",
      • "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:connections:mcn4d5e6f7g8h9i0j1k2",
      • "status": "ACTIVE",
      • "authorizationServer": {}
      },
    • {
      • "connectionType": "STS_VAULT_SECRET",
      • "id": "mcn2b3c4d5e6f7g8h9i0",
      • "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:connections:mcn2b3c4d5e6f7g8h9i0",
      • "status": "ACTIVE",
      • "secret": {
        }
      },
    • {
      • "connectionType": "STS_SERVICE_ACCOUNT",
      • "id": "mcn3c4d5e6f7g8h9i0j1",
      • "orn": "orn:okta:idp:00o1n8sbwArJ7OQRw406:connections:mcn3c4d5e6f7g8h9i0j1",
      • "status": "INACTIVE",
      • "app": {
        },
      • "serviceAccount": {
        }
      }
    ],
}