retrieve_single_activity
Fetches a specific activity log by its ID from a Storyblok space, enabling precise tracking and management of events within the platform.
Instructions
Retrieves a single activity log by its ID from a specified Storyblok space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activity_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"activity_id": {
"title": "Activity Id",
"type": "integer"
}
},
"required": [
"activity_id"
],
"title": "retrieve_single_activityArguments",
"type": "object"
}