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

Legacy API

  • Ingestion
  • Decision
  • Scheduled Executions
Powered by 

List decisions

get https://api.checkmarble.com/v1/decisions

List decisions according to a filter set.

Listing decisions is always time-boxed between the provided start and end dates. If those parameters are omitted, it defaults to the past 30 days. If the parameters are provided, their range cannot exceed 90 days.

Language
Credentials