Skip to main content

List entities

GET 

/v1/entities

Returns a list of entities you’ve previously created. The entities are returned in sorted order, with the most recent entities appearing first. Authentication

Responses

A dictionary with a data property that contains an array of entity object. If no entities are available, the resulting array will be empty.

Schema
    object stringrequired

    Default value: list

    total_records integerrequired
    data object[]
  • Array [
  • object required

    Default value: entity

    id stringrequired

    Unique identifier for the Entity object.

    name stringnullablerequired

    Name of Entity.

    reports string[]nullablerequired

    Array of report names for this entity.

  • ]
Loading...