Skip to main content

Finds status of source usage

GET 

/source-usages/:sourceId/status

This API returns the status of the source usage insights setup by IDN source ID.

Request

Path Parameters

    sourceId stringrequired

    ID of IDN source

    Example: 2c9180835d191a86015d28455b4a2329

Responses

Status of the source usage insights setup by IDN source ID.

Schema
    status string

    Possible values: [COMPLETE, INCOMPLETE]

    Source Usage Status. Acceptable values are:

    • COMPLETE
      • This status means that an activity data source has been setup and usage insights are available for the source.
    • INCOMPLETE
      • This status means that an activity data source has not been setup and usage insights are not available for the source.
Loading...