Jobs
get
Authorizations
Header parameters
AuthorizationstringRequired
Responses
200
Ok
application/json
get
GET //multicall/jobs HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
Ok
{
"success": true,
"message": "text",
"data": [
{
"user_id": "text",
"updated_at": "text",
"status": "text",
"id": "text",
"global_variables": "text",
"flow_id": "text",
"flow": "text",
"error": "text",
"created_at": "text",
"calls": "text"
}
]
}