---
title: "Synthetics Instance Datasources Supplemental Info Status"
method: GET
path: "/synthetics/instance/datasources/supplemental-info/status"
tags: ["Synthetics"]
---

# Synthetics Instance Datasources Supplemental Info Status

`GET /synthetics/instance/datasources/supplemental-info/status`

Get supplemental info status for all datasources in the instance.

## Query parameters

- `time_delta_hours` integer

## Request body

- DataSourceType[], nullable

## Response `200`

Successful Response

- SyntheticsInstanceDataSourceSuppInfoStatusResponse
  - `updated_within_range` SyntheticsInstanceDataSourceSuppInfoTimeResponse[], required
    - `datasource_id` string, required
    - `name` string, required
    - `last_updated_at` string, date-time, nullable, required
  - `not_updated_within_range` SyntheticsInstanceDataSourceSuppInfoTimeResponse[], required
    - `datasource_id` string, required
    - `name` string, required
    - `last_updated_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/versions/6662a407c637/schema)
