GET
/
v1
/
projects
/
{projectID}
/
meta-events
/
{metaEventID}
curl --request GET \
  --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/meta-events/{metaEventID} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": true,
  "data": {
    "attempt": {
      "request_http_header": {},
      "response_data": "<string>",
      "response_http_header": {}
    },
    "created_at": "<string>",
    "deleted_at": "<string>",
    "event_type": "<string>",
    "metadata": {
      "data": [
        123
      ],
      "interval_seconds": 123,
      "next_send_time": "<string>",
      "num_trials": 123,
      "raw": "<string>",
      "retry_limit": 123,
      "strategy": "linear"
    },
    "project_id": "<string>",
    "status": "Scheduled",
    "uid": "<string>",
    "updated_at": "<string>"
  }
}

Authorizations

Authorization
string
headerrequired

Path Parameters

projectID
string
required

Project ID

metaEventID
string
required

meta event id

Response

200 - application/json
message
string
status
boolean
data
object