The <baseApiUrl> differs for each pod. For more information, see Send Requests.
For the <rule-occurrence-id> parameter, you can enter either the internal ID or the reference ID of a data quality rule occurrence. You can specify in the scheme parameter of the request URL whether you want to search the rule occurrence by reference ID or internal ID.
If you don't know the ID of a particular data quality rule occurrence, open the rule occurrence from the Data Governance and Catalog user interface. The data quality rule occurrence page's URL contains its internal ID.
Request body
In the request URL parameters, specify the type of ID that you want to use to retrieve the data quality rule occurrence.
The following table describes the parameters that you can specify in the request URL:
Parameter
Description
scheme
Specify the type of asset ID you want to use to query the data quality rule occurrence. Enter one of the following values:
- internal. Indicates that the asset ID that you specify in the request is the internal ID of the data quality rule occurrence.
- external. Indicates that the asset ID that you specify in the request is the unique reference ID of the data quality rule occurrence.
filters
Specify the timestamp to filter the results by the date and time on which the asset was last updated.
Use the following format to apply filters:
field name:operator:(field value)
To specify the time range, use the following operators:
- GE. Greater than or equal to
- LE. Less than or equal to
For example, enter the following: timestamp:GE:(2024-01-29T18:21:14.564Z).
offset
Specify a numeric value to set an offset for pagination. The default value is zero.
limit
Specify a numeric value between 1 and 100 for the number of records that you want to view on the page. The default value is 100.
sort
Sort the results by timestamps. By default, the results are sorted in the descending order of the time of its events.
For example, you can enter timestamp:ASC to sort the results in the ascending order of the time of their events.
Example request
The following example shows the GET request to retrieve the score of a data quality rule occurrence:
GET https://idmc-api.dm-us.informaticacloud.com/data360/data-quality/v1/rule-occurrences/612adac1-5863-468f-a38c-fb3ba0a5686e/runs?offset=0&limit=100&scheme=INTERNAL&filter=timestamp%3AGE%3A(2025-05-01T18%3A21%3A14.564Z)&filter=timestamp%3ALE%3A(2025-07-01T18%3A21%3A14.564Z)&sort=timestamp%3ADESC' Authorization: Bearer <jwt_token> Content-Type: application/json X-INFA-ORG-ID:<Org ID>
Response body
The GET request retrieves the score of the data quality score occurrence that you specify in the request URL.
The following example shows the response of the GET request to retrieve the data quality score of a rule occurrence: