GET

/api/parse/history

Parse task history

Returns the authenticated user's parse task history with status and results.

curl -s "$BASE/api/parse/history?limit=10" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
limitintegerN20
offsetintegerN0

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test