Jump to Content
MarbleGuides
GuidesAPI Reference
GuidesMarble
API Reference
GuidesAPI Reference
All
Pages
Start typing to search…

Marble decision engine API

  • Introduction
  • Migrating from the legacy API to v1
  • Batch executions
    • List batch executionsget
  • Decisions
    • List decisionsget
    • Create decisionpost
    • Get a decisionget
    • Snooze a rulepost
    • Create all decisionspost
  • Screening
    • Get screening resultsget
    • Refine a screening resultpost
    • Perform a screening searchpost
    • Get an OpenSanctions entityget
    • Review a screening matchpost
    • Perform a free-form screening searchpost
    • Remove an entity whitelistdel
    • Whitelist an entitypost
    • Search whitelisted entitiespost
  • Ingestion
    • Ingest (upsert) a new version of an object from the data modelpatch
    • Ingest a new object from the data modelpost
    • Ingest (upsert) an array of new versions of objects from the data modelpatch
    • Ingest an array of objects from the data modelpost

Marble beta endpoints

  • Cases
    • List casesget
    • Get caseget
    • List case commentsget
    • List case filesget
    • Download a case fileget

Legacy API

  • Ingestion
  • Decision
  • Scheduled Executions
Powered by 

List cases

get
https://api.checkmarble.com/v1beta/cases

List cases according to a filter set.

This endpoint will list all cases matching the filter, sorted by creation date, in the requested order. It will not reorder "waiting for action" or hide snoozed cases.

Language
Credentials