API Reference
Prompts
A prompt is a single question that the monitor asks each platform on every run. Each prompt belongs to exactly one monitor.
Endpoints
-
GET
/api/v1/promptsList promptsReturns every prompt belonging to the active project, optionally filtered to a single monitor. The response is paginated.
-
POST
/api/v1/promptsCreate a promptCreates a new prompt under a monitor in the active project.
-
GET
/api/v1/prompts/{prompt}Get a promptReturns a single prompt. The prompt must belong to a monitor inside the active project.
-
DELETE
/api/v1/prompts/{prompt}Delete a promptDeletes a prompt.
-
PATCH
/api/v1/prompts/{prompt}Update a promptUpdates a prompt. Every field is optional, so you may send only the fields you would like to change; a field that is omitted keeps its current value. You may pass
monitor_idto move the prompt to another monitor in the same project, ortagsto replace the prompt's tag set.