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"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| limit | integer | N | 20 | |
| offset | integer | N | 0 |