# Get job result Endpoint: GET /users/{user_id}/bulks/{bulk_job_id}/result Version: 1.0.0 Security: JWTtoken ## Path parameters: - `user_id` (string, required) - `bulk_job_id` (string, required) ## Response 200 fields (application/json): - `company_id` (string, required) Example: "497f6eca-6276-4993-bfeb-53cbbbba6f08" - `mapping_id` (string, required) Example: "497f6eca-6276-4993-bfeb-53cbbbba6f08" - `requester_user_id` (string, required) Example: "497f6eca-6276-4993-bfeb-53cbbbba6f08" - `provider_id` (string, required) Example: "497f6eca-6276-4993-bfeb-53cbbbba6f08" - `webhook_url` (any, required) - `id` (string, required) Example: "497f6eca-6276-4993-bfeb-53cbbbba6f08" - `file_path` (string, required) Example: "https://hosting.com/file.json" - `raw_file_path` (string, required) Example: "https://hosting.com/file.json" - `created_at` (string, required) Example: "2025-01-14T14:15:22Z" - `updated_at` (string, required) Example: "2025-01-14T14:15:22Z" - `url` (any) - `raw_url` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "Something went wrong" - `detail.type` (string, required) Example: "Client Error"