GetAIAgentConcurrency

更新时间:
复制 MD 格式

Retrieves the current number of active concurrent calls for a specified AI agent. This is a lightweight query operation that returns only the number of currently active instances. It does not return instance details or historical peak values.

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

AIAgentId

string

Yes

The ID of the AI agent.

*******3b3d94abda22******

Response elements

Element

Type

Description

Example

object

The response schema.

RequestId

string

The ID of the request.

****63E8B7C7-4812-46AD-0FA56029AC86****

ActiveCount

integer

The number of active concurrent calls.

39

Examples

Success response

JSON format

{
  "RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
  "ActiveCount": 39
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.