APIPublic keys
List public keys
List public keys within one project.
Query Parameters
projectId?string
Project to list keys for. Auto-filled from CLI and SDK context when omitted.
Format
uuidlimit?integer
Maximum number of keys to return per page.
Range
1 <= value <= 100Default
50cursor?string
Cursor from a previous response's nextCursor to fetch the next page.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/public-keys"{ "publicKeys": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "expiresAt": "2019-08-24T14:15:22Z", "lastUsedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8", "dataSourceConnectionId": "e8df4b8d-8a16-4b16-83a1-035efa52dfd9", "deactivatedAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "53a4a333-2825-45a4-80d2-5f430d088f36"}