Skip to main content
GET
/
plaud
/
combine
/
running-tasks
List running combine tasks
curl --request GET \
  --url https://{deployment}/api/v1/plaud/combine/running-tasks \
  --header 'X-API-KEY: <api-key>'
{
  "status": 123,
  "msg": "<string>",
  "data": [
    {}
  ]
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.

Response

Running combine tasks

status
integer
msg
string
data
object[]

In-flight combine tasks (element shape is loose; usually empty).