Skip to main content
GET
/
v1
/
projects
/
{projectID}
/
meta-events
/
{metaEventID}
Retrieve a meta event
curl --request GET \
  --url https://us.getconvoy.cloud/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,
      "max_retry_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>"
  }
}

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

metaEventID
string
required

meta event id

Response

OK

message
string
status
boolean
data
object