eBay · Schema

CustomerServiceMetricTaskCollection

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
href string The URI of the current page of results.
limit integer The value of the limit parameter submitted in the request, which is the maximum number of tasks to return per page, from the result set. A result set is the complete set of tasks retu
next string The relative path to the call URI for the next page of results. This value is returned if there is an additional page of results to return from the result set.
offset integer The number of results skipped in the result set before returning the first result. This value can be set in the request with the offset query parameter.

Note:

prev string The URI for the previous page of results. This parameter is returned if a previous page of results from the result set exists.
tasks array An array of the customer service tasks on this page. The tasks are sorted by creation date. An empty array is returned if the filter criteria excludes all tasks.
total integer The total number of tasks that match the criteria.
View JSON Schema on GitHub

JSON Schema

ebay-customerservicemetrictaskcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerServiceMetricTaskCollection",
  "title": "CustomerServiceMetricTaskCollection",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "The URI of the current page of results."
    },
    "limit": {
      "type": "integer",
      "description": "The value of the <strong>limit</strong> parameter submitted in the request, which is the maximum number of tasks to return per page, from the result set. A result set is the complete set of tasks returned by the method. <p> <span class=\"tablenote\"><strong>Note:</strong> Even though this parameter is not required to be submitted in the request, the parameter defaults to 10 if omitted.</span></p><p> <span class=\"tablenote\"><strong>Note:</strong> If this is the last or only page of the result set, the page may contain fewer tasks than the limit value. To determine the number of pages in a result set, divide the total value (total number of tasks matching input criteria) by this limit value, and then round up to the next integer. For example, if the <strong>total</strong> value was <code>120</code> (120 total tasks) and the <strong>limit</strong> value was <code>50</code> (show 50 tasks per page), the total number of pages in the result set is three, so the seller would have to make three separate <strong>getCustomerServiceMetricTasks</strong> calls to view all tasks matching the input criteria.</span></p>",
      "format": "int32"
    },
    "next": {
      "type": "string",
      "description": "The relative path to the call URI for the next page of results. This value is returned if there is an additional page of results to return from the result set."
    },
    "offset": {
      "type": "integer",
      "description": "The number of results skipped in the result set before returning the first result. This value can be set in the request with the <b>offset</b> query parameter. <p class=\"tablenote\"><strong>Note: </strong>The items in a paginated result set use a zero-based list where the first item in the list has an offset of <code>0</code>.</p>",
      "format": "int32"
    },
    "prev": {
      "type": "string",
      "description": "The URI for the previous page of results. This parameter is returned if a previous page of results from the result set exists."
    },
    "tasks": {
      "type": "array",
      "description": "An array of the customer service tasks on this page. The tasks are sorted by creation date. An empty array is returned if the filter criteria excludes all tasks.",
      "items": {
        "$ref": "#/components/schemas/ServiceMetricsTask"
      }
    },
    "total": {
      "type": "integer",
      "description": "The total number of tasks that match the criteria.",
      "format": "int32"
    }
  }
}

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/ebay-customerservicemetrictaskcollection"
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.