provider Reference Tables GET /api/v2/reference-tables/tables/{id}/rows
@utdk/datadog /api/v2/reference-tables/tables/{id}/rows
Get rows by id
Get reference table rows by their primary key values.
id path required
Unique identifier of the reference table to get rows from
string
row_id query required
List of row IDs (primary key values) to retrieve from the reference table.
array

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getrowsbyid
GET/api/v2/reference-tables/tables/{id}/rows
Get reference table rows by their primary key values.

Parameters

required

Unique identifier of the reference table to get rows from

required

List of row IDs (primary key values) to retrieve from the reference table.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getrowsbyid()