GET
/
v1
/
brands
/
{brand_id}
/
proposals
/
{id}
/
compatibility-rulesets-failure-reports
/
Get a rulesets failure reports
curl --request GET \
  --url https://marketplace-api.fabric.inc/v1/brands/{brand_id}/proposals/{id}/compatibility-rulesets-failure-reports/ \
  --header 'Authorization: Bearer <token>'
{
  "id": 1762791,
  "content_type": 9,
  "object_id": 1298,
  "connection": null,
  "runtime_id": "3af6d254-066d-4a19-9f44-78d7f9ed28a2",
  "module_name": "create_compatibility_rulesets_failure_report",
  "created_at": "2023-12-07T23:14:23.000Z",
  "start_time": null,
  "finish_time": null,
  "description": null,
  "total_success": null,
  "total_failure": null,
  "metadata": {
    "id": 17331237,
    "content_type": 124,
    "object_id": 1762791,
    "type": "string",
    "name": "ruleset_failure_report",
    "value": "https://assets-staging.revcascade.com/temp_files/5d88c779-9bc5-4401-9073-024b106fe00a/Ruleset_Failure_Report_20231207_231424.csv",
    "created_at": "2023-12-07T23:14:24.000Z"
  },
  "error_count": 0,
  "error_logs": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
number
required

The unique brand ID. In the Dropship UI this is called the Supplier ID. To find your Supplier ID, click your supplier name in the top nav.

id
integer
required

The unique proposal id. This ID is automatically generated when a proposal is created.

Response

200 - application/json

OK

Represents the details of a background job or process, including its status, associated objects, and any generated reports.