List Schema Revisions
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
listing_id*Listing Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/mcp/497f6eca-6276-4993-bfeb-53cbbbba6f08/schema-revisions"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "revision": 0, "content_hash": "string", "source": "string", "status": "string", "detected_at": "2019-08-24T14:15:22Z", "reviewed_by": "92ab4dbc-1b27-40ce-b24b-7dde8f4709be", "reviewed_at": "2019-08-24T14:15:22Z" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}