cURL
curl --request GET \ --url https://api-qa.interactly.ai/workflows/v1/workflow-webhooks/events/{event_id}/attempts \ --header 'Authorization: Bearer <token>'
{ "attempts": [ { "event_id": "<string>", "subscription_id": "<string>", "attempt_number": 2, "action": "workflow_created", "request_url": "<string>", "team_id": "<string>", "created_by": "<string>", "updated_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "_id": "5eb7cf5a86d9755df3a6c593", "success": false, "response_status_code": 123, "response_body": "<string>", "error_message": "<string>", "latency_ms": 123 } ], "total": 123 }
Retrieve your API Key from Dashboard API Keys Section.
Number of items per page
x >= 1
Page number
Search keywords
Filter by start time (ISO 8601 format)
Filter by end time (ISO 8601 format)
Successful Response
Show child attributes