Skip to main content
GET
cURL
Returns a single policy by its unique identifier. The policy must belong to the authenticated upstream entity.

Path Parameters

Response Shape

All successful responses are wrapped in the standard response envelope. See Request/Response Conventions.

Response Fields

The response object contains the same fields as each item in List Policies. See that page for the full field reference, including matching status values.

Error Scenarios

Bad Request (400)

Returned when policyId is not a valid MongoDB ObjectId format.

Policy Not Found (404)

Returned when policyId doesn’t exist or belongs to a different upstream entity.

Unauthorized (401)

Missing or invalid authentication token. See Authentication.

Path Parameters

policyId
string
required

Unique identifier of the policy

Example:

"6650a1b2c3d4e5f6a7b8c9d0"

Response

Policy details

data
object
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"