get_key ======= .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get a list of API keys associated with the given ORG ID. Arguments --------- ``org_id`` | Integer :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Org ID of the resource. Returns ------- ``response_type`` | array ``response_object`` | :doc:`/objects/ApiKey` Query example .. code-block:: graphql { get_key(org_id: 42) { error { detail status } data { _id } } }