Execute Trigger Now
Manually execute a trigger immediately.
This bypasses the schedule and executes the trigger's action right away.
Useful for testing trigger configuration or forcing immediate execution.
Returns a task response that can be used to monitor execution progress.
Path parameters
Trigger ID
Trigger ID
Response
Successful Response
Example response
{
"additional_data": {
"batch_id": "btch_xyz789",
"bucket_id": "bkt_products",
"collection_ids": [
"col_tier0",
"col_tier1",
"col_tier2"
],
"current_tier": 1,
"job_id": "ray_job_123",
"namespace_id": "ns_abc123",
"object_count": 10000,
"sample_object_ids": [
"obj_001",
"obj_002",
"obj_003",
"obj_004",
"obj_005"
],
"total_tiers": 3
},
"description": "Multi-tier batch processing task in progress (tier 1 of 3) with 10k objects",
"inputs": [
"batch_xyz789"
],
"status": "IN_PROGRESS",
"task_id": "2d322a05-3178-4eca-aac6-b82b0a0313aa",
"task_type": "api_buckets_batches_process"
}Changes
Changed in 3 of the 28 revisions of this API.31
- ●
added the new
api_collections_documents_bulk_deleteenum value to thetask_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
api_collections_documents_bulk_updateenum value to thetask_typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
DEACTIVATEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●