cURL
curl --request GET \ --url https://us.infisical.com/api/v1/pki/collections/{collectionId}/items
{ "collectionItems": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "pkiCollectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "certificate", "itemId": "<string>", "notBefore": "2023-11-07T05:31:56Z", "notAfter": "2023-11-07T05:31:56Z", "friendlyName": "<string>" } ], "totalCount": 123 }
Get items in PKI collection
The ID of the PKI collection to list items from.
The type of the PKI collection item to list.
certificate
ca
The offset to start from.
0 <= x <= 100
The number of items to return.
1 <= x <= 100
Default Response
Show child attributes
Was this page helpful?