Zum Hauptinhalt springen
GET
/
v1
/
monitors
/
{monitor_id}
Monitor abrufen
curl --request GET \
  --url https://api.olostep.com/v1/monitors/{monitor_id} \
  --header 'Authorization: Bearer <token>'
{
  "team_id": "<string>",
  "monitor_id": "<string>",
  "status": "<string>",
  "agent_id": "<string>",
  "fda_id": "<string>",
  "schedule_id": "<string>",
  "schedule_name": "<string>",
  "query": "<string>",
  "url": "<string>",
  "frequency": "hourly",
  "cron_expression": "<string>",
  "notification_channel": "email",
  "notification_target": "<string>",
  "metadata": {},
  "error_message": "<string>",
  "created_at": 123,
  "updated_at": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

Bearer-Authentifizierungsheader in der Form Bearer , wobei dein Authentifizierungstoken ist.

Pfadparameter

monitor_id
string
erforderlich

Eindeutiger Monitor-Identifikator. Muss mit monitor_ beginnen.

Pattern: ^monitor_

Antwort

Monitor erfolgreich abgerufen.

team_id
string
monitor_id
string

Eindeutige Monitor-ID.

status
string

Lebenszyklusstatus des Monitors.

agent_id
string | null
fda_id
string | null
schedule_id
string | null
schedule_name
string | null
query
string
url
string<uri> | null
frequency
enum<string>
Verfügbare Optionen:
hourly,
daily,
weekly
cron_expression
string | null
notification_channel
enum<string>
Verfügbare Optionen:
email,
webhook
notification_target
string
metadata
object
error_message
string | null
created_at
integer

Unix-Zeitstempel.

updated_at
integer

Unix-Zeitstempel.