curl "https://api.magpipe.ai/functions/v1/manage-skills/SKILL_ID/executions?limit=10" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"executions": [
{
"id": "b425a0b3-...",
"agent_skill_id": "7a99a0af-...",
"trigger_type": "manual",
"status": "completed",
"result": {
"summary": "Social Media Monitor: 20 new mention(s) found...",
"actions_taken": ["mentions_found"],
"data": { "new_mentions": 20 }
},
"error_message": null,
"execution_time_ms": 8500,
"created_at": "2026-03-05T07:06:14.000Z",
"completed_at": "2026-03-05T07:06:22.500Z",
"skill_definitions": {
"name": "Social Media Monitoring",
"slug": "social_media_monitoring"
}
}
]
}
List execution history for a skill
curl "https://api.magpipe.ai/functions/v1/manage-skills/SKILL_ID/executions?limit=10" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"executions": [
{
"id": "b425a0b3-...",
"agent_skill_id": "7a99a0af-...",
"trigger_type": "manual",
"status": "completed",
"result": {
"summary": "Social Media Monitor: 20 new mention(s) found...",
"actions_taken": ["mentions_found"],
"data": { "new_mentions": 20 }
},
"error_message": null,
"execution_time_ms": 8500,
"created_at": "2026-03-05T07:06:14.000Z",
"completed_at": "2026-03-05T07:06:22.500Z",
"skill_definitions": {
"name": "Social Media Monitoring",
"slug": "social_media_monitoring"
}
}
]
}
completed, failed, pending, running, or cancelled.Show Execution
manual, schedule, event, dry_runcompleted, failed, pending, running, or cancelledcurl "https://api.magpipe.ai/functions/v1/manage-skills/SKILL_ID/executions?limit=10" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"executions": [
{
"id": "b425a0b3-...",
"agent_skill_id": "7a99a0af-...",
"trigger_type": "manual",
"status": "completed",
"result": {
"summary": "Social Media Monitor: 20 new mention(s) found...",
"actions_taken": ["mentions_found"],
"data": { "new_mentions": 20 }
},
"error_message": null,
"execution_time_ms": 8500,
"created_at": "2026-03-05T07:06:14.000Z",
"completed_at": "2026-03-05T07:06:22.500Z",
"skill_definitions": {
"name": "Social Media Monitoring",
"slug": "social_media_monitoring"
}
}
]
}