---
title: "POST /seldon/{deployment}/api/v0.1/feedback"
method: POST
path: "/seldon/{deployment}/api/v0.1/feedback"
tags: ["External Ambassador API"]
---

# POST /seldon/{deployment}/api/v0.1/feedback

`POST /seldon/{deployment}/api/v0.1/feedback`

## Path parameters

- `deployment` string, required

## Request body

- Feedback
  - `request` SeldonMessage
    - `status` Status
      - `code` integer
      - `info` string
      - `reason` string
      - `status` 'SUCCESS' | 'FAILURE'
    - `meta` Meta
      - `puid` string
      - `tags` object
      - `routing` object
      - `requestPath` object
      - `metrics` Metric[]
        - `type` 'COUNTER' | 'GAUGE' | 'TIMER'
        - `key` string
        - `value` number, float
    - `data` DefaultData
      - `names` string[]
      - `tensor` Tensor
        - `shape` integer[]
        - `values` number[]
      - `ndarry` AnyValue[]
        - unknown
    - `binData` string, byte
    - `strData` string
  - `response` SeldonMessage
    - `status` Status
      - `code` integer
      - `info` string
      - `reason` string
      - `status` 'SUCCESS' | 'FAILURE'
    - `meta` Meta
      - `puid` string
      - `tags` object
      - `routing` object
      - `requestPath` object
      - `metrics` Metric[]
        - `type` 'COUNTER' | 'GAUGE' | 'TIMER'
        - `key` string
        - `value` number, float
    - `data` DefaultData
      - `names` string[]
      - `tensor` Tensor
        - `shape` integer[]
        - `values` number[]
      - `ndarry` AnyValue[]
        - unknown
    - `binData` string, byte
    - `strData` string
  - `reward` number, float
  - `truth` SeldonMessage
    - `status` Status
      - `code` integer
      - `info` string
      - `reason` string
      - `status` 'SUCCESS' | 'FAILURE'
    - `meta` Meta
      - `puid` string
      - `tags` object
      - `routing` object
      - `requestPath` object
      - `metrics` Metric[]
        - `type` 'COUNTER' | 'GAUGE' | 'TIMER'
        - `key` string
        - `value` number, float
    - `data` DefaultData
      - `names` string[]
      - `tensor` Tensor
        - `shape` integer[]
        - `values` number[]
      - `ndarry` AnyValue[]
        - unknown
    - `binData` string, byte
    - `strData` string

## Response `200`

A successful response.

- SeldonMessage
  - `status` Status
    - `code` integer
    - `info` string
    - `reason` string
    - `status` 'SUCCESS' | 'FAILURE'
  - `meta` Meta
    - `puid` string
    - `tags` object
    - `routing` object
    - `requestPath` object
    - `metrics` Metric[]
      - `type` 'COUNTER' | 'GAUGE' | 'TIMER'
      - `key` string
      - `value` number, float
  - `data` DefaultData
    - `names` string[]
    - `tensor` Tensor
      - `shape` integer[]
      - `values` number[]
    - `ndarry` AnyValue[]
      - unknown
  - `binData` string, byte
  - `strData` string

## Changes

- **2018-11-08** `a48b09ed008e` — 4 info
  - added the new optional request property `request/meta/metrics`
  - added the new optional request property `response/meta/metrics`
  - added the new optional request property `truth/meta/metrics`
  - added the optional property `meta/metrics` to the response with the `200` status

[Change history](https://skmtc.dev/seldonio/apis/seldon-external-api-2/changes/seldon/:deployment/api/v0.1/feedback/post.md)

---

[API](https://skmtc.dev/seldonio/apis/seldon-external-api-2.md) · [All operations](https://skmtc.dev/seldonio/apis/seldon-external-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seldonio/seldon-external-api-2/revisions/a48b09ed008e/schema)
