Skip to main content
GET
/
v1
/
projects
/
{projectID}
/
eventdeliveries
/
{eventDeliveryID}
/
deliveryattempts
List delivery attempts
curl --request GET \
  --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/eventdeliveries/{eventDeliveryID}/deliveryattempts \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": true,
  "data": [
    {
      "api_version": "<string>",
      "created_at": "<string>",
      "deleted_at": "<string>",
      "endpoint_id": "<string>",
      "error": "<string>",
      "http_status": "<string>",
      "ip_address": "<string>",
      "method": "<string>",
      "msg_id": "<string>",
      "project_id": "<string>",
      "request_http_header": {},
      "response_data": "<string>",
      "response_http_header": {},
      "status": true,
      "uid": "<string>",
      "updated_at": "<string>",
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

eventDeliveryID
string
required

event delivery id

Response

OK

message
string
status
boolean
data
object[]