Pagination
Using page tokens to navigate subsets of results.
Sample Request
POST "/api/v1/assessments/query_spec:nodes?page_size=1&page_token=Na%3D%3D" \
{
"query_type": "DESTINATION_NODES",
"include_nodes": true,
"source_node_types": {
"nodes": [
{
"node_type": "S3Bucket",
"node_id": "arn:aws:s3:::cct-ctr01a-terraform-baker"
}
]
},
"destination_node_types": {
"nodes": [
{
"node_type": "AwsIamUser"
}
]
},
"no_relation": false,
"canonical_permissions": {}
}Sample response
Last updated
Was this helpful?
