ListModelOperatorApiKeys

更新时间:
复制 MD 格式

Retrieves the list of API keys for model operators.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

PageSize

integer

No

The number of records per page. Valid values:

  • 20

  • 50

  • 100

Default value: 20.

20

PageNumber

integer

No

The page number. The value must be greater than 0 and cannot exceed the maximum value of Integer. Default value: 1.

1

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

ABB39CC3-4488-4857-905D-2E4A051D0521

PageNumber

integer

The current page number.

1

PageRecordCount

integer

The number of records on the current page.

1

TotalRecordCount

integer

The total number of records.

2

ApiKeys

array<object>

The list of API keys.

object

The API key details.

ApiKeyId

integer

API KEY ID.

1

Description

string

The description.

test-apikey

Endpoint

string

The endpoint.

https://xxxx

CreateTime

string

The creation time.

2026-06-01T00:00:00Z

Examples

Success response

JSON format

{
  "RequestId": "ABB39CC3-4488-4857-905D-2E4A051D0521",
  "PageNumber": 1,
  "PageRecordCount": 1,
  "TotalRecordCount": 2,
  "ApiKeys": [
    {
      "ApiKeyId": 1,
      "Description": "test-apikey",
      "Endpoint": "https://xxxx",
      "CreateTime": "2026-06-01T00:00:00Z"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.