curl -X GET https://api.llmgenerator.com/api/v1/discovery \ -H "Authorization: Bearer YOUR_API_KEY"
{ "jobs": [ { "id": "disc_xxxxxxxxxxxxx", "url": "https://www.example.com", "status": "completed", "createdAt": "2023-10-27T10:00:00Z" }, { "id": "disc_yyyyyyyyyyyyy", "url": "https://www.another-example.com", "status": "processing", "createdAt": "2023-10-27T11:00:00Z" } ] }
This endpoint retrieves a list of all URL discovery jobs for the user.