Renvoie une tâche de suivi avec sa configuration, son statut actuel et tous les relevés d'engagement enregistrés jusqu'ici, classés par date.
GET
/api/v1/monitor/video/tasks/detailConsommation de quota: Chaque requête réussie vers ce point de terminaison déduit 1500 unités de quota de votre forfait.
Paramètres de requête
Paramètres obligatoires
| Nom | Emplacement | Type | Description |
|---|---|---|---|
monitor_id | query | string | Monitor ID |
Champs de réponse
| Nom | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | - |
data.monitor_id | string | Monitor ID |
data.platform | string | Platform |
data.video_id | string | Video identifier |
data.video_title | string | Video title |
data.author_id | string | Author identifier |
data.author_name | string | Author name |
data.monitor_status | integer | Monitoring status: 0 = monitoring, 10 = completed, 20 = stopped, -1 = error |
data.monitor_start_date | string | Monitoring start date |
data.monitor_end_date | string | Monitoring end date |
data.last_snapshot_time | string | Last collected at |
data.snapshot_count | integer | Snapshots collected |
data.created_time | string | Created at |
data.snapshots | array<object> | Snapshot list |
Tester
https://openapi.scdata.cc/api/v1/monitor/video/tasks/detail
Sélectionnez une clé API du tableau de bord
Ajoutez une clé API avant d'envoyer une requête.Ouvrir le tableau de bord
Paramètres de requête
monitor_id*Exemple cURL
bash
curl -X GET "https://openapi.scdata.cc/api/v1/monitor/video/tasks/detail?monitor_id=example" \-H "Authorization: YOUR_API_KEY"
Exemple de réponse (200 application/json)
json
{"success": true,"code": 200,"message": "Request successful","data": {"monitor_id": "string","platform": "string","video_id": "string","video_title": "string","video_description": "string","video_publish_at": "2019-08-24T14:15:22.123Z","video_url": "string","video_cover": "string","video_type": "string","author_id": "string","author_name": "string","monitor_status": 0,"monitor_start_date": "2019-08-24","monitor_end_date": "2019-08-24","last_snapshot_time": "2019-08-24T14:15:22.123Z","snapshot_count": 0,"created_time": "2019-08-24T14:15:22.123Z","snapshots": [{"id": 0,"snapshot_time": "2019-08-24T14:15:22.123Z","snapshot_type": "string","like_count": 0,"comment_count": 0,"play_count": 0,"share_count": 0,"collect_count": 0}]}}
Cas d'usage
- Courbes d'engagement — Tracez l'évolution horaire des vues et likes d'une vidéo après sa publication.
- Reporting de campagne — Exportez la série enregistrée dans un rapport client à la fin d'une campagne.