Skip to main content
GET
List access policies

gRPC method: ListAccessPolicies

Returns every access policy defined in the caller’s organization. Access policies define who can access object storage and what actions they can perform.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC token-exchange endpoints (anonymous) and the container credentials GET (which uses ContainerCredentialsAuth).

Response

OK

Every access policy defined in the caller's organization.

policies
object[]

The list of access policies.

Last modified on July 13, 2026