Skip to content

Get Key List



GET /api/v1/workspace/accesskey/list

Overview

Get the list of keys

Query Request Parameters

Parameter Name Type Required Description
search string No Search by name
Example: supper_workspace
Allow empty: False

Additional Parameter Explanation

Request Example

curl 'https://openapi.guance.com/api/v1/workspace/accesskey/list' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

{
    "code": 200,
    "content": [
        {
            "createAt": 1677808718,
            "creator": "acnt_xxxx32",
            "creatorInfo": {
                "email": "88@qq.com",
                "iconUrl": "",
                "name": "88 Test",
                "username": "Test"
            },
            "deleteAt": -1,
            "id": 4,
            "name": "test",
            "sk": "xxx",
            "status": 0,
            "updateAt": 1677808718,
            "updator": "acnt_xxxx32",
            "uuid": "xxx",
            "workspaceUUID": "wksp_xxxx32"
        }
    ],
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-B73F5F23-046C-4A84-8B33-D028C92994C4"
} 

Feedback

Is this page helpful? ×