Skip to main content
GET
/
getconcurrentList
Retrieve active sessions
curl --request GET \
  --url https://api.duix.ai/duix-openapi-v2/sdk/v2/getconcurrentList \
  --header 'token: <api-key>'
{
  "code": "200",
  "data": {
    "cropId": "your-crop-id",
    "totalConcurrentNumber": 10,
    "userConcurrentNumber": 10
  },
  "message": "",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.duix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
header
required

Token generated from your API keys.

Query Parameters

appId
string
required

App ID created on the Duix

Response

200 - application/json

plant response

code
string

Response code.

data
object

Concurrency details

message
string

Response message.

success
boolean

Indicates whether the request succeeded.