Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List pentest schedules.
cURL
curl --request GET \ --url https://app.strix.ai/api/v1/schedules \ --header 'Authorization: Bearer <token>'
{ "schedules": [ { "id": "<string>", "name": "<string>", "cron": "<string>", "timezone": "<string>", "isPaused": true, "organization_id": "<string>", "created_by": "<string>", "domain_ids": [ "<string>" ], "repository_ids": [ "<string>" ], "concerns": "<string>", "focus": "<string>", "context": "<string>", "last_run_status": "<string>", "last_run_error": "<string>", "next_run_at": "2023-11-07T05:31:56Z", "last_run_at": "2023-11-07T05:31:56Z", "run_count": 123, "createdAt": "2023-11-07T05:31:56Z" } ] }
API token from Settings > API Access
List of schedules
Show child attributes