GET
/
v1
/
projects
/
{projectID}
/
eventdeliveries
/
{eventDeliveryID}
/
deliveryattempts
curl --request GET \
  --url https://dashboard.getconvoy.io/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>",
      "request_http_header": {},
      "response_data": "<string>",
      "response_http_header": {},
      "status": true,
      "uid": "<string>",
      "updated_at": "<string>",
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Path Parameters

projectID
string
required

Project ID

eventDeliveryID
string
required

event delivery id

Response

200 - application/json
message
string
status
boolean
data
object[]