Meta Events

Retrieve a meta event

This endpoint retrieves a meta event

get/v1/projects/{projectID}/meta-events/{metaEventID}

Path parameters

projectIDstring required

Project ID

metaEventIDstring required

meta event id

Response

OK

messagestring
statusboolean

Changes

Changed in 4 of the 69 revisions of this API.12167

  • v3bae289777c9111125See the full diff
    • the response property allOf[subschema #2]/data became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/data became nullable for the status 401

      response-property-became-nullable

    • the response property allOf[subschema #2]/data became nullable for the status 404

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/attempt became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/deleted_at became nullable for the status 200

      response-property-became-nullable

    • the response property allOf[subschema #2]/data/metadata became nullable for the status 200

      response-property-became-nullable

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 400

      response-property-type-changed

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 401

      response-property-type-changed

    • the allOf[subschema #2]/data response's property type/format changed from object/ to / for status 404

      response-property-type-changed

    • the allOf[subschema #2]/data/attempt response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the allOf[subschema #2]/data/metadata response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property allOf[subschema #2]/data/attempt/request_http_header from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/attempt/response_data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/attempt/response_http_header from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/interval_seconds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/max_retry_seconds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/next_send_time from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/num_trials from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/raw from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/retry_limit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/data/metadata/strategy from the response with the 200 status

      response-optional-property-removed

    • added the new enum value to the allOf[subschema #2]/data/status response property for the response status 200

      response-property-enum-value-added

    • added datastore.MetaEventAttempt to the allOf[subschema #2]/data/attempt response property allOf list for the response status 200

      response-property-all-of-added

    • added datastore.Metadata to the allOf[subschema #2]/data/metadata response property allOf list for the response status 200

      response-property-all-of-added

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 400

      response-property-all-of-added

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 401

      response-property-all-of-added

    • added handlers.Stub to the allOf[subschema #2]/data response property allOf list for the response status 404

      response-property-all-of-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the allOf[subschema #2]/data/metadata/data response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • added the optional property allOf[subschema #2]/data/metadata/max_retry_seconds to the response with the 200 status

      response-optional-property-added

  • v328d285e4302c41See the full diff
    • removed the optional property allOf[util.ServerResponse]/data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[util.ServerResponse]/data from the response with the 400 status

      response-optional-property-removed

    • removed the optional property allOf[util.ServerResponse]/data from the response with the 401 status

      response-optional-property-removed

    • removed the optional property allOf[util.ServerResponse]/data from the response with the 404 status

      response-optional-property-removed

    • api operation id GetMetaEvent was added

      api-operation-id-added