Convoy · Schema

Convoy DeliveryAttempt

An individual HTTP attempt against a destination endpoint while delivering an event.

WebhookWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI Infrastructure

Properties

Name Type Description
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 object
response_data string
response_http_header object
status boolean
uid string
updated_at string
url string
View JSON Schema on GitHub

JSON Schema

convoy-delivery-attempt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/convoy/json-schema/convoy-delivery-attempt-schema.json",
  "title": "Convoy DeliveryAttempt",
  "description": "An individual HTTP attempt against a destination endpoint while delivering an event.",
  "properties": {
    "api_version": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "deleted_at": {
      "type": "string"
    },
    "endpoint_id": {
      "type": "string"
    },
    "error": {
      "type": "string"
    },
    "http_status": {
      "type": "string"
    },
    "ip_address": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "msg_id": {
      "type": "string"
    },
    "project_id": {
      "type": "string"
    },
    "request_http_header": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "response_data": {
      "type": "string"
    },
    "response_http_header": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "status": {
      "type": "boolean"
    },
    "uid": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/convoy-delivery-attempt"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.