{ "operationId": "GetAiApplyPostings", "method": "GET", "path": "/ai-apply/postings", "summary": "Get job postings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "example1", "example": { "status": "success", "data": { "results": [ { "id": "9QGNv3B98kL3hyELE1qsZ86s", "career_site": { "id": "Chc4dua5asAQ48KUERDVF1bs", "label": "Acme" }, "url": "https://careers.acme.com/jobs/fullstack-engineer-ai-infra-14102", "job_code": "ACME_13", "created_at": "2025-01-01T00:00:00.000Z", "updated_at": "2025-03-02T23:12:32.000Z", "archived_at": null, "archived_reason": null, "availability": "PENDING" } ], "next": null } } } ] }